Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#5215 from Maks3w/remov…
Browse files Browse the repository at this point in the history
…e-depracted-phpdoc-tags

Removed all @category, @Package, and @subpackage annotations in ZendTest
  • Loading branch information
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace ZendTest\Test\PHPUnit\Controller;

use Zend\Test\PHPUnit\Controller\AbstractConsoleControllerTestCase;

/**
* @category Zend
* @package Zend_Test
* @subpackage UnitTests
* @group Zend_Test
*/
class AbstractConsoleControllerTestCaseTest extends AbstractConsoleControllerTestCase
Expand Down
4 changes: 0 additions & 4 deletions test/PHPUnit/Controller/AbstractControllerTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace ZendTest\Test\PHPUnit\Controller;

Expand All @@ -17,9 +16,6 @@
use Zend\Test\PHPUnit\Controller\AbstractHttpControllerTestCase;

/**
* @category Zend
* @package Zend_Test
* @subpackage UnitTests
* @group Zend_Test
*/
class AbstractControllerTestCaseTest extends AbstractHttpControllerTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace ZendTest\Test\PHPUnit\Controller;

Expand All @@ -17,9 +16,6 @@
use Zend\View\Model\ViewModel;

/**
* @category Zend
* @package Zend_Test
* @subpackage UnitTests
* @group Zend_Test
*/
class AbstractHttpControllerTestCaseTest extends AbstractHttpControllerTestCase
Expand Down
4 changes: 0 additions & 4 deletions test/PHPUnit/ModuleDependenciesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace ZendTest\Test\PHPUnit\Controller;

use Zend\Test\PHPUnit\Controller\AbstractHttpControllerTestCase;

/**
* @category Zend
* @package Zend_Test
* @subpackage UnitTests
* @group Zend_Test
*/
class ModuleDependenciesTest extends AbstractHttpControllerTestCase
Expand Down

0 comments on commit 220ed51

Please sign in to comment.