Skip to content
This repository has been archived by the owner on Jan 31, 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 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions test/FileTest.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_Uri
*/

namespace ZendTest\Uri;
Expand All @@ -14,9 +13,6 @@
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
* @package Zend_Uri
* @subpackage UnitTests
* @group Zend_Uri
* @group Zend_Uri_Http
* @group Zend_Http
Expand Down
4 changes: 0 additions & 4 deletions test/HttpTest.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_Uri
*/

namespace ZendTest\Uri;
Expand All @@ -14,9 +13,6 @@
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
* @package Zend_Uri
* @subpackage UnitTests
* @group Zend_Uri
* @group Zend_Uri_Http
* @group Zend_Http
Expand Down
4 changes: 0 additions & 4 deletions test/MailtoTest.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_Uri
*/

namespace ZendTest\Uri;
Expand All @@ -14,9 +13,6 @@
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
* @package Zend_Uri
* @subpackage UnitTests
* @group Zend_Uri
* @group Zend_Uri_Http
* @group Zend_Http
Expand Down
4 changes: 0 additions & 4 deletions test/UriFactoryTest.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_Uri
*/

namespace ZendTest\Uri;

use Zend\Uri\UriFactory;

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

namespace ZendTest\Uri;

use Zend\Uri\Uri;

/**
* @category Zend
* @package Zend_Uri
* @subpackage UnitTests
* @group Zend_Uri
*/
class UriTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 0ca1913

Please sign in to comment.