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
Maks3w committed Oct 3, 2013
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions test/Color/Xterm256Test.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_Console
*/

namespace ZendTest\Console\Color;
Expand All @@ -14,9 +13,6 @@
use Zend\Console\Color\Xterm256;

/**
* @category Zend
* @package Zend_Console
* @subpackage UnitTests
* @group Zend_Console
*/
class Xterm256Test extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/ConsoleTest.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_Console
*/

namespace ZendTest\Console;
Expand All @@ -14,9 +13,6 @@
use Zend\Console\Adapter;

/**
* @category Zend
* @package Zend_Console
* @subpackage UnitTests
* @group Zend_Console
*/
class ConsoleTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/GetoptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @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_Console
*/

namespace ZendTest\Console;

use Zend\Console\Getopt;

/**
* @category Zend
* @package Zend_Console
* @subpackage UnitTests
* @group Zend_Console
*/
class GetoptTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @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_Console
*/

namespace ZendTest\Console;

use Zend\Console\Request;

/**
* @category Zend
* @package Zend_Console
* @subpackage UnitTests
* @group Zend_Console
*/
class RequestTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @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_Console
*/

namespace ZendTest\Console;

use Zend\Console\Response;

/**
* @category Zend
* @package Zend_Console
* @subpackage UnitTests
* @group Zend_Console
*/
class ResponseTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 3179585

Please sign in to comment.