Skip to content
This repository has been archived by the owner on Jan 30, 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
2 parents 52480f3 + 9e42949 commit 5e5614b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 53 deletions.
4 changes: 0 additions & 4 deletions test/ContainerTest.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_Navigation
*/

namespace ZendTest\Navigation;
Expand All @@ -17,9 +16,6 @@
/**
* Tests the class Zend_Navigation_Container
*
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class ContainerTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/NavigationTest.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_Navigation
*/

namespace ZendTest\Navigation;
Expand All @@ -17,9 +16,6 @@
*/

/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class NavigationTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Page/MvcTest.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_Navigation
*/

namespace ZendTest\Navigation\Page;
Expand All @@ -25,9 +24,6 @@
/**
* Tests the class Zend_Navigation_Page_Mvc
*
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class MvcTest extends TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Page/PageFactoryTest.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_Navigation
*/

namespace ZendTest\Navigation;
Expand All @@ -17,9 +16,6 @@
* Tests Zend_Navigation_Page::factory()
*
/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class PageFactoryTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Page/PageTest.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_Navigation
*/

namespace ZendTest\Navigation\Page;
Expand All @@ -20,9 +19,6 @@
* Tests the class Zend_Navigation_Page
*
* @author Robin Skoglund
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class PageTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Page/UriTest.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_Navigation
*/

namespace ZendTest\Navigation\Page;
Expand All @@ -16,9 +15,6 @@
/**
* Tests the class Zend_Navigation_Page_Uri
*
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class UriTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/ServiceFactoryTest.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_Navigation
*/

namespace ZendTest\Navigation;
Expand All @@ -22,9 +21,6 @@
/**
* Tests the class Zend\Navigation\MvcNavigationFactory
*
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
* @group Zend_Navigation
*/
class ServiceFactoryTest extends \PHPUnit_Framework_TestCase
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Navigation
*/

namespace ZendTest\Navigation\TestAsset;

/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
*/
class AbstractContainer extends \Zend\Navigation\AbstractContainer
{
public function addPage($page)
Expand Down
1 change: 0 additions & 1 deletion test/TestAsset/FileNavigationFactory.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_Navigation
*/

namespace ZendTest\Navigation\TestAsset;
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/InvalidPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Navigation
*/

namespace ZendTest\Navigation\TestAsset;

/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
*/
class InvalidPage
{
/**
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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_Navigation
*/

namespace ZendTest\Navigation\TestAsset;

use Zend\Navigation\Page\AbstractPage;

/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
*/
class Page extends AbstractPage
{
/**
Expand Down
6 changes: 0 additions & 6 deletions test/TestAsset/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Navigation
*/

namespace ZendTest\Navigation\TestAsset;

/**
* @category Zend
* @package Zend_Navigation
* @subpackage UnitTests
*/
class Router extends \Zend\Mvc\Router\Http\TreeRouteStack
{
const RETURN_URL = 'spotify:track:2nd6CTjR9zjHGT0QtpfLHe';
Expand Down

0 comments on commit 5e5614b

Please sign in to comment.