diff --git a/test/Adapter/ArrayTest.php b/test/Adapter/ArrayTest.php index c013b2e..4b5925f 100644 --- a/test/Adapter/ArrayTest.php +++ b/test/Adapter/ArrayTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\Adapter; @@ -13,9 +12,6 @@ use Zend\Paginator\Adapter; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class ArrayTest extends \PHPUnit_Framework_TestCase diff --git a/test/Adapter/DbSelectTest.php b/test/Adapter/DbSelectTest.php index 599cc29..c47f834 100644 --- a/test/Adapter/DbSelectTest.php +++ b/test/Adapter/DbSelectTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\Adapter; @@ -15,9 +14,6 @@ use Zend\Db\Sql\Expression; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class DbSelectTest extends \PHPUnit_Framework_TestCase diff --git a/test/Adapter/DbTableGatewayTest.php b/test/Adapter/DbTableGatewayTest.php index 2c78502..eb98bdd 100644 --- a/test/Adapter/DbTableGatewayTest.php +++ b/test/Adapter/DbTableGatewayTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\Adapter; diff --git a/test/Adapter/IteratorTest.php b/test/Adapter/IteratorTest.php index 2449ad8..926e229 100644 --- a/test/Adapter/IteratorTest.php +++ b/test/Adapter/IteratorTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\Adapter; @@ -15,9 +14,6 @@ use Zend\Paginator\Exception; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class IteratorTest extends \PHPUnit_Framework_TestCase diff --git a/test/Adapter/NullTest.php b/test/Adapter/NullTest.php index 71650d6..840d5be 100644 --- a/test/Adapter/NullTest.php +++ b/test/Adapter/NullTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\Adapter; @@ -14,9 +13,6 @@ use Zend\Paginator; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/test/AdapterPluginManagerTest.php b/test/AdapterPluginManagerTest.php index 3fb79f1..85cc700 100644 --- a/test/AdapterPluginManagerTest.php +++ b/test/AdapterPluginManagerTest.php @@ -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_Paginator */ namespace ZendTest\Paginator; @@ -15,9 +14,6 @@ use Zend\Mvc\Service\ServiceManagerConfig; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class AdapterPluginManagerTest extends \PHPUnit_Framework_TestCase diff --git a/test/FactoryTest.php b/test/FactoryTest.php index 2c1029e..485c669 100644 --- a/test/FactoryTest.php +++ b/test/FactoryTest.php @@ -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_Paginator */ namespace ZendTest\Paginator; @@ -15,9 +14,6 @@ use ZendTest\Paginator\TestAsset\TestArrayAggregate; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class FactoryTest extends \PHPUnit_Framework_TestCase diff --git a/test/PaginatorTest.php b/test/PaginatorTest.php index c5bb47f..64820a6 100644 --- a/test/PaginatorTest.php +++ b/test/PaginatorTest.php @@ -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_Paginator */ namespace ZendTest\Paginator; @@ -25,9 +24,6 @@ use ZendTest\Paginator\TestAsset\TestArrayAggregate; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class PaginatorTest extends \PHPUnit_Framework_TestCase diff --git a/test/ScrollingStyle/AllTest.php b/test/ScrollingStyle/AllTest.php index 71aaea8..05cdb62 100644 --- a/test/ScrollingStyle/AllTest.php +++ b/test/ScrollingStyle/AllTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\ScrollingStyle; @@ -14,9 +13,6 @@ use Zend\Paginator\Adapter\ArrayAdapter; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class AllTest extends \PHPUnit_Framework_TestCase diff --git a/test/ScrollingStyle/ElasticTest.php b/test/ScrollingStyle/ElasticTest.php index cefd25b..50db8b0 100644 --- a/test/ScrollingStyle/ElasticTest.php +++ b/test/ScrollingStyle/ElasticTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\ScrollingStyle; @@ -14,9 +13,6 @@ use Zend\Paginator\Adapter\ArrayAdapter; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class ElasticTest extends \PHPUnit_Framework_TestCase diff --git a/test/ScrollingStyle/JumpingTest.php b/test/ScrollingStyle/JumpingTest.php index c5b469a..09cd0d7 100644 --- a/test/ScrollingStyle/JumpingTest.php +++ b/test/ScrollingStyle/JumpingTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\ScrollingStyle; @@ -14,9 +13,6 @@ use Zend\Paginator\Adapter\ArrayAdapter; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class JumpingTest extends \PHPUnit_Framework_TestCase diff --git a/test/ScrollingStyle/SlidingTest.php b/test/ScrollingStyle/SlidingTest.php index 42e2ca1..4443bff 100644 --- a/test/ScrollingStyle/SlidingTest.php +++ b/test/ScrollingStyle/SlidingTest.php @@ -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_Paginator */ namespace ZendTest\Paginator\ScrollingStyle; @@ -14,9 +13,6 @@ use Zend\Paginator\Adapter\ArrayAdapter; /** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests * @group Zend_Paginator */ class SlidingTest extends \PHPUnit_Framework_TestCase diff --git a/test/TestAsset/ScrollingStylePluginManager.php b/test/TestAsset/ScrollingStylePluginManager.php index 0febed2..39e8829 100644 --- a/test/TestAsset/ScrollingStylePluginManager.php +++ b/test/TestAsset/ScrollingStylePluginManager.php @@ -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_Paginator */ namespace ZendTest\Paginator\TestAsset; use Zend\Paginator\ScrollingStylePluginManager as BaseScrollingStylePluginManager; -/** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests - */ class ScrollingStylePluginManager extends BaseScrollingStylePluginManager { } diff --git a/test/TestAsset/TestAdapter.php b/test/TestAsset/TestAdapter.php index 33a9a98..e888598 100644 --- a/test/TestAsset/TestAdapter.php +++ b/test/TestAsset/TestAdapter.php @@ -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_Paginator */ namespace ZendTest\Paginator\TestAsset; -/** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests - */ class TestAdapter extends \ArrayObject implements \Zend\Paginator\Adapter\AdapterInterface { public function count() diff --git a/test/TestAsset/TestArrayAggregate.php b/test/TestAsset/TestArrayAggregate.php index 37692fb..b4cd3cf 100644 --- a/test/TestAsset/TestArrayAggregate.php +++ b/test/TestAsset/TestArrayAggregate.php @@ -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_Paginator */ namespace ZendTest\Paginator\TestAsset; @@ -13,11 +12,6 @@ use Zend\Paginator; use Zend\Paginator\Adapter; -/** - * @category Zend - * @package Zend_Paginator - * @subpackage UnitTests - */ class TestArrayAggregate implements Paginator\AdapterAggregateInterface { public function getPaginatorAdapter()