diff --git a/test/AclTest.php b/test/AclTest.php index 7aa8381..3d5f961 100644 --- a/test/AclTest.php +++ b/test/AclTest.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_Permissions */ namespace ZendTest\Permissions\Acl; @@ -15,9 +14,6 @@ use Zend\Permissions\Acl\Resource; /** - * @category Zend - * @package Zend_Permissions - * @subpackage UnitTests * @group Zend_Acl */ class AclTest extends \PHPUnit_Framework_TestCase diff --git a/test/TestAsset/AssertionZF7973.php b/test/TestAsset/AssertionZF7973.php index 0a91afa..582b5e7 100644 --- a/test/TestAsset/AssertionZF7973.php +++ b/test/TestAsset/AssertionZF7973.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset; diff --git a/test/TestAsset/ExtendedAclZF2234.php b/test/TestAsset/ExtendedAclZF2234.php index 64764dd..c504578 100644 --- a/test/TestAsset/ExtendedAclZF2234.php +++ b/test/TestAsset/ExtendedAclZF2234.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset; diff --git a/test/TestAsset/MockAssertion.php b/test/TestAsset/MockAssertion.php index adc39d1..595872a 100644 --- a/test/TestAsset/MockAssertion.php +++ b/test/TestAsset/MockAssertion.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset; diff --git a/test/TestAsset/UseCase1/Acl.php b/test/TestAsset/UseCase1/Acl.php index a2402fd..c43d41c 100644 --- a/test/TestAsset/UseCase1/Acl.php +++ b/test/TestAsset/UseCase1/Acl.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset\UseCase1; diff --git a/test/TestAsset/UseCase1/BlogPost.php b/test/TestAsset/UseCase1/BlogPost.php index 1cc9cd6..493eb96 100644 --- a/test/TestAsset/UseCase1/BlogPost.php +++ b/test/TestAsset/UseCase1/BlogPost.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset\UseCase1; diff --git a/test/TestAsset/UseCase1/User.php b/test/TestAsset/UseCase1/User.php index eb6e42d..d6b2253 100644 --- a/test/TestAsset/UseCase1/User.php +++ b/test/TestAsset/UseCase1/User.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset\UseCase1; diff --git a/test/TestAsset/UseCase1/UserIsBlogPostOwnerAssertion.php b/test/TestAsset/UseCase1/UserIsBlogPostOwnerAssertion.php index 50499c8..82069a3 100644 --- a/test/TestAsset/UseCase1/UserIsBlogPostOwnerAssertion.php +++ b/test/TestAsset/UseCase1/UserIsBlogPostOwnerAssertion.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_Permissions */ namespace ZendTest\Permissions\Acl\TestAsset\UseCase1;