From 5915128dd755b2b958f4b899d9e6958aab7da47e Mon Sep 17 00:00:00 2001 From: Maks3w Date: Thu, 3 Oct 2013 10:50:29 +0200 Subject: [PATCH] =?UTF-8?q?Removed=20all=20@category,=20@package,=20and=20?= =?UTF-8?q?@subpackage=20annotations=20=E2=80=A6=20-=20Continue=20zendfram?= =?UTF-8?q?ework/zf2#3508=20removing=20ZendTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Helper/AbstractTest.php | 4 ---- test/Helper/BasePathTest.php | 4 ---- test/Helper/CycleTest.php | 4 ---- test/Helper/DeclareVarsTest.php | 4 ---- test/Helper/DoctypeTest.php | 4 ---- test/Helper/EscapeCssTest.php | 1 - test/Helper/EscapeHtmlAttrTest.php | 1 - test/Helper/EscapeHtmlTest.php | 1 - test/Helper/EscapeJsTest.php | 1 - test/Helper/EscapeUrlTest.php | 1 - test/Helper/FlashMessengerTest.php | 4 ---- test/Helper/GravatarTest.php | 4 ---- test/Helper/HeadLinkTest.php | 4 ---- test/Helper/HeadMetaTest.php | 4 ---- test/Helper/HeadScriptTest.php | 4 ---- test/Helper/HeadStyleTest.php | 4 ---- test/Helper/HeadTitleTest.php | 4 ---- test/Helper/HtmlFlashTest.php | 4 ---- test/Helper/HtmlListTest.php | 4 ---- test/Helper/HtmlObjectTest.php | 4 ---- test/Helper/HtmlPageTest.php | 4 ---- test/Helper/HtmlQuicktimeTest.php | 4 ---- test/Helper/IdentityTest.php | 4 ---- test/Helper/InlineScriptTest.php | 4 ---- test/Helper/JsonTest.php | 4 ---- test/Helper/LayoutTest.php | 4 ---- test/Helper/Navigation/AbstractTest.php | 4 ---- test/Helper/Navigation/BreadcrumbsTest.php | 4 ---- test/Helper/Navigation/LinksTest.php | 4 ---- test/Helper/Navigation/MenuTest.php | 4 ---- test/Helper/Navigation/NavigationTest.php | 4 ---- test/Helper/Navigation/SitemapTest.php | 4 ---- test/Helper/PaginationControlTest.php | 4 ---- test/Helper/PartialLoopTest.php | 4 ---- test/Helper/PartialTest.php | 4 ---- test/Helper/Placeholder/ContainerTest.php | 4 ---- test/Helper/Placeholder/RegistryTest.php | 4 ---- test/Helper/Placeholder/StandaloneContainerTest.php | 4 ---- test/Helper/PlaceholderTest.php | 4 ---- test/Helper/RenderChildModelTest.php | 4 ---- test/Helper/RenderToPlaceholderTest.php | 4 ---- test/Helper/ServerUrlTest.php | 4 ---- test/Helper/TestAsset/ArrayTranslator.php | 1 - test/Helper/TestAsset/AuthenticationAdapter.php | 6 ------ test/Helper/TestAsset/ConcreteHelper.php | 1 - test/Helper/TestAsset/IdentityObject.php | 6 ------ test/Helper/TestAsset/Stringified.php | 1 - test/Helper/TestAsset/ToArray.php | 1 - test/Helper/UrlIntegrationTest.php | 4 ---- test/Helper/UrlTest.php | 4 ---- test/HelperPluginManagerTest.php | 4 ---- test/Model/JsonModelTest.php | 6 ------ test/Model/TestAsset/Variable.php | 1 - test/Model/ViewModelTest.php | 6 ------ test/PhpRendererTest.php | 4 ---- test/Renderer/FeedRendererTest.php | 6 ------ test/Renderer/JsonRendererTest.php | 4 ---- test/Renderer/TestAsset/JsonModel.php | 6 ------ test/Resolver/AggregateResolverTest.php | 6 ------ test/Resolver/TemplateMapResolverTest.php | 6 ------ test/Strategy/FeedStrategyTest.php | 6 ------ test/Strategy/JsonStrategyTest.php | 6 ------ test/Strategy/PhpRendererStrategyTest.php | 6 ------ test/TemplatePathStackTest.php | 4 ---- test/TestAsset/Invokable.php | 1 - test/TestAsset/Renderer/VarExportRenderer.php | 6 ------ test/TestAsset/Uninvokable.php | 1 - test/TestAsset/VariableFunctor.php | 6 ------ test/VariablesTest.php | 4 ---- test/ViewEventTest.php | 1 - test/ViewTest.php | 1 - test/_stubs/FilterDir1/Foo.php | 6 ------ test/_stubs/HelperDir1/Stub1.php | 6 ------ test/_stubs/HelperDir1/StubEmpty.php | 1 - test/_stubs/HelperDir2/Datetime.php | 6 ------ test/_stubs/HelperDir2/Stub1.php | 6 ------ test/_stubs/HelperDir2/Stub2.php | 6 ------ 77 files changed, 299 deletions(-) diff --git a/test/Helper/AbstractTest.php b/test/Helper/AbstractTest.php index df81b2e8..baeffa65 100644 --- a/test/Helper/AbstractTest.php +++ b/test/Helper/AbstractTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use ZendTest\View\Helper\TestAsset\ConcreteHelper; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/BasePathTest.php b/test/Helper/BasePathTest.php index c089f6cb..b8d72737 100644 --- a/test/Helper/BasePathTest.php +++ b/test/Helper/BasePathTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\BasePath; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/CycleTest.php b/test/Helper/CycleTest.php index 57dd7bfa..9ad83635 100644 --- a/test/Helper/CycleTest.php +++ b/test/Helper/CycleTest.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_View */ namespace ZendTest\View\Helper; @@ -15,9 +14,6 @@ /** * Test class for Zend_View_Helper_Cycle. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/DeclareVarsTest.php b/test/Helper/DeclareVarsTest.php index 39ffc1ec..b6e59a3d 100644 --- a/test/Helper/DeclareVarsTest.php +++ b/test/Helper/DeclareVarsTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\DeclareVars; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/DoctypeTest.php b/test/Helper/DoctypeTest.php index 9aea8c54..e19e10aa 100644 --- a/test/Helper/DoctypeTest.php +++ b/test/Helper/DoctypeTest.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_View */ namespace ZendTest\View\Helper; @@ -15,9 +14,6 @@ /** * Test class for Zend_View_Helper_Doctype. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/EscapeCssTest.php b/test/Helper/EscapeCssTest.php index 592a8a32..f6d07074 100644 --- a/test/Helper/EscapeCssTest.php +++ b/test/Helper/EscapeCssTest.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_View */ namespace ZendTest\View\Helper; diff --git a/test/Helper/EscapeHtmlAttrTest.php b/test/Helper/EscapeHtmlAttrTest.php index 896556be..2640a4c1 100644 --- a/test/Helper/EscapeHtmlAttrTest.php +++ b/test/Helper/EscapeHtmlAttrTest.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_View */ namespace ZendTest\View\Helper; diff --git a/test/Helper/EscapeHtmlTest.php b/test/Helper/EscapeHtmlTest.php index d7358529..88f68165 100644 --- a/test/Helper/EscapeHtmlTest.php +++ b/test/Helper/EscapeHtmlTest.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_View */ namespace ZendTest\View\Helper; diff --git a/test/Helper/EscapeJsTest.php b/test/Helper/EscapeJsTest.php index 7c5ddef1..ac15c867 100644 --- a/test/Helper/EscapeJsTest.php +++ b/test/Helper/EscapeJsTest.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_View */ namespace ZendTest\View\Helper; diff --git a/test/Helper/EscapeUrlTest.php b/test/Helper/EscapeUrlTest.php index 8032f9e6..8c36cb76 100644 --- a/test/Helper/EscapeUrlTest.php +++ b/test/Helper/EscapeUrlTest.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_View */ namespace ZendTest\View\Helper; diff --git a/test/Helper/FlashMessengerTest.php b/test/Helper/FlashMessengerTest.php index e742e3c8..1b3f6b86 100644 --- a/test/Helper/FlashMessengerTest.php +++ b/test/Helper/FlashMessengerTest.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_View */ namespace ZendTest\View\Helper; @@ -22,9 +21,6 @@ /** * Test class for Zend_View_Helper_Cycle. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/GravatarTest.php b/test/Helper/GravatarTest.php index d8fe09e9..783f8372 100644 --- a/test/Helper/GravatarTest.php +++ b/test/Helper/GravatarTest.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_View */ namespace ZendTest\View\Helper; @@ -15,9 +14,6 @@ use Zend\View\Helper\Gravatar; /** - * @category Zend - * @package Zendview - * @subpackage UnitTests * @group Zendview * @group Zendview_Helper */ diff --git a/test/Helper/HeadLinkTest.php b/test/Helper/HeadLinkTest.php index 0c82b8c6..81700198 100644 --- a/test/Helper/HeadLinkTest.php +++ b/test/Helper/HeadLinkTest.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_View */ namespace ZendTest\View\Helper; @@ -18,9 +17,6 @@ /** * Test class for Zend_View_Helper_HeadLink. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HeadMetaTest.php b/test/Helper/HeadMetaTest.php index b78eeda5..ac57248d 100644 --- a/test/Helper/HeadMetaTest.php +++ b/test/Helper/HeadMetaTest.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_View */ namespace ZendTest\View\Helper; @@ -18,9 +17,6 @@ /** * Test class for Zend_View_Helper_HeadMeta. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HeadScriptTest.php b/test/Helper/HeadScriptTest.php index c70cfa02..4bc41633 100644 --- a/test/Helper/HeadScriptTest.php +++ b/test/Helper/HeadScriptTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_HeadScript. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HeadStyleTest.php b/test/Helper/HeadStyleTest.php index d707c1ae..956f7f4d 100644 --- a/test/Helper/HeadStyleTest.php +++ b/test/Helper/HeadStyleTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_HeadStyle. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HeadTitleTest.php b/test/Helper/HeadTitleTest.php index a373f5a6..18e6440d 100644 --- a/test/Helper/HeadTitleTest.php +++ b/test/Helper/HeadTitleTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_HeadTitle. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HtmlFlashTest.php b/test/Helper/HtmlFlashTest.php index fdbbafb9..e536ef6b 100644 --- a/test/Helper/HtmlFlashTest.php +++ b/test/Helper/HtmlFlashTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\HtmlFlash; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HtmlListTest.php b/test/Helper/HtmlListTest.php index 324c47fe..6d55e63a 100644 --- a/test/Helper/HtmlListTest.php +++ b/test/Helper/HtmlListTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Renderer\PhpRenderer as View; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HtmlObjectTest.php b/test/Helper/HtmlObjectTest.php index 5a689bfa..d5a896f8 100644 --- a/test/Helper/HtmlObjectTest.php +++ b/test/Helper/HtmlObjectTest.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_View */ namespace ZendTest\View\Helper; @@ -15,9 +14,6 @@ use Zend\View\Helper\HtmlObject; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HtmlPageTest.php b/test/Helper/HtmlPageTest.php index ab083fe4..1cf2ccd6 100644 --- a/test/Helper/HtmlPageTest.php +++ b/test/Helper/HtmlPageTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\HtmlPage; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/HtmlQuicktimeTest.php b/test/Helper/HtmlQuicktimeTest.php index 42081c53..324ba858 100644 --- a/test/Helper/HtmlQuicktimeTest.php +++ b/test/Helper/HtmlQuicktimeTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\HtmlQuicktime; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/IdentityTest.php b/test/Helper/IdentityTest.php index 98edd566..42916967 100644 --- a/test/Helper/IdentityTest.php +++ b/test/Helper/IdentityTest.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_View */ namespace ZendTest\View\Helper; @@ -19,9 +18,6 @@ * * Tests Identity helper * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/InlineScriptTest.php b/test/Helper/InlineScriptTest.php index c33e6351..626ce48e 100644 --- a/test/Helper/InlineScriptTest.php +++ b/test/Helper/InlineScriptTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_InlineScript. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/JsonTest.php b/test/Helper/JsonTest.php index e82c1da0..43752112 100644 --- a/test/Helper/JsonTest.php +++ b/test/Helper/JsonTest.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_View */ namespace ZendTest\View\Helper; @@ -18,9 +17,6 @@ /** * Test class for Zend_View_Helper_Json * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/LayoutTest.php b/test/Helper/LayoutTest.php index 636cd10e..4302b57f 100644 --- a/test/Helper/LayoutTest.php +++ b/test/Helper/LayoutTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_Layout * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/AbstractTest.php b/test/Helper/Navigation/AbstractTest.php index ea224188..dba5be65 100644 --- a/test/Helper/Navigation/AbstractTest.php +++ b/test/Helper/Navigation/AbstractTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -25,9 +24,6 @@ /** * Base class for navigation view helper tests * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/BreadcrumbsTest.php b/test/Helper/Navigation/BreadcrumbsTest.php index 74fa5eef..9981419a 100644 --- a/test/Helper/Navigation/BreadcrumbsTest.php +++ b/test/Helper/Navigation/BreadcrumbsTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -16,9 +15,6 @@ /** * Tests Zend_View_Helper_Navigation_Breadcrumbs * - * @category Zend_Tests - * @package Zend_View - * @subpackage Helper * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/LinksTest.php b/test/Helper/Navigation/LinksTest.php index 9ebe6afd..aad52191 100644 --- a/test/Helper/Navigation/LinksTest.php +++ b/test/Helper/Navigation/LinksTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -22,9 +21,6 @@ /** * Tests Zend_View_Helper_Navigation_Links * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/MenuTest.php b/test/Helper/Navigation/MenuTest.php index 6c9a803c..366e7c80 100644 --- a/test/Helper/Navigation/MenuTest.php +++ b/test/Helper/Navigation/MenuTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -13,9 +12,6 @@ /** * Tests Zend_View_Helper_Navigation_Menu * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/NavigationTest.php b/test/Helper/Navigation/NavigationTest.php index 480ac7b4..c9257643 100644 --- a/test/Helper/Navigation/NavigationTest.php +++ b/test/Helper/Navigation/NavigationTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -20,9 +19,6 @@ /** * Tests Zend_View_Helper_Navigation * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Navigation/SitemapTest.php b/test/Helper/Navigation/SitemapTest.php index cd91949d..62bcc90e 100644 --- a/test/Helper/Navigation/SitemapTest.php +++ b/test/Helper/Navigation/SitemapTest.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_View */ namespace ZendTest\View\Helper\Navigation; @@ -16,9 +15,6 @@ /** * Tests Zend_View_Helper_Navigation_Sitemap * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/PaginationControlTest.php b/test/Helper/PaginationControlTest.php index c15245ad..3a0565de 100644 --- a/test/Helper/PaginationControlTest.php +++ b/test/Helper/PaginationControlTest.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_View */ namespace ZendTest\View\Helper; @@ -16,9 +15,6 @@ use Zend\View\Resolver; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/PartialLoopTest.php b/test/Helper/PartialLoopTest.php index e70eff07..4f2f20f3 100644 --- a/test/Helper/PartialLoopTest.php +++ b/test/Helper/PartialLoopTest.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_View */ namespace ZendTest\View\Helper; @@ -19,9 +18,6 @@ /** * Test class for Zend_View_Helper_PartialLoop. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/PartialTest.php b/test/Helper/PartialTest.php index 88cc78ba..a662fb43 100644 --- a/test/Helper/PartialTest.php +++ b/test/Helper/PartialTest.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_View */ namespace ZendTest\View\Helper; @@ -18,9 +17,6 @@ /** * Test class for Partial view helper. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Placeholder/ContainerTest.php b/test/Helper/Placeholder/ContainerTest.php index 462d5a0c..1a119653 100644 --- a/test/Helper/Placeholder/ContainerTest.php +++ b/test/Helper/Placeholder/ContainerTest.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_View */ namespace ZendTest\View\Helper\Placeholder; @@ -14,9 +13,6 @@ /** * Test class for Zend_View_Helper_Placeholder_Container. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Placeholder/RegistryTest.php b/test/Helper/Placeholder/RegistryTest.php index b296aa03..34081ea7 100644 --- a/test/Helper/Placeholder/RegistryTest.php +++ b/test/Helper/Placeholder/RegistryTest.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_View */ namespace ZendTest\View\Helper\Placeholder; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_Placeholder_Registry. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/Placeholder/StandaloneContainerTest.php b/test/Helper/Placeholder/StandaloneContainerTest.php index 1a52857d..5cde0b0e 100644 --- a/test/Helper/Placeholder/StandaloneContainerTest.php +++ b/test/Helper/Placeholder/StandaloneContainerTest.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_View */ namespace ZendTest\View\Helper\Placeholder; @@ -16,9 +15,6 @@ /** * Test class for Zend_View_Helper_Placeholder_StandaloneContainer. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/PlaceholderTest.php b/test/Helper/PlaceholderTest.php index 2c701cc6..ad6c381d 100644 --- a/test/Helper/PlaceholderTest.php +++ b/test/Helper/PlaceholderTest.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_View */ namespace ZendTest\View\Helper; @@ -17,9 +16,6 @@ /** * Test class for Zend_View_Helper_Placeholder. * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/RenderChildModelTest.php b/test/Helper/RenderChildModelTest.php index 49df9928..b066ef07 100644 --- a/test/Helper/RenderChildModelTest.php +++ b/test/Helper/RenderChildModelTest.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_View */ namespace ZendTest\View\Helper; @@ -16,9 +15,6 @@ use Zend\View\Resolver\TemplateMapResolver; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/RenderToPlaceholderTest.php b/test/Helper/RenderToPlaceholderTest.php index 6bef038d..51f4a29f 100644 --- a/test/Helper/RenderToPlaceholderTest.php +++ b/test/Helper/RenderToPlaceholderTest.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_View */ namespace ZendTest\View\Helper; @@ -14,9 +13,6 @@ use Zend\View\Helper\Placeholder as PlaceholderHelper; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/ServerUrlTest.php b/test/Helper/ServerUrlTest.php index 65ec9454..e0008ab5 100644 --- a/test/Helper/ServerUrlTest.php +++ b/test/Helper/ServerUrlTest.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_View */ namespace ZendTest\View\Helper; @@ -15,9 +14,6 @@ /** * Tests Zend_View_Helper_ServerUrl * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/TestAsset/ArrayTranslator.php b/test/Helper/TestAsset/ArrayTranslator.php index f76631c6..5b553362 100644 --- a/test/Helper/TestAsset/ArrayTranslator.php +++ b/test/Helper/TestAsset/ArrayTranslator.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_View */ namespace ZendTest\View\Helper\TestAsset; diff --git a/test/Helper/TestAsset/AuthenticationAdapter.php b/test/Helper/TestAsset/AuthenticationAdapter.php index 20a778ec..ed9e98de 100644 --- a/test/Helper/TestAsset/AuthenticationAdapter.php +++ b/test/Helper/TestAsset/AuthenticationAdapter.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_View */ namespace ZendTest\View\Helper\TestAsset; @@ -13,11 +12,6 @@ use Zend\Authentication\Adapter\AdapterInterface; use Zend\Authentication\Result; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class AuthenticationAdapter implements AdapterInterface { protected $identity; diff --git a/test/Helper/TestAsset/ConcreteHelper.php b/test/Helper/TestAsset/ConcreteHelper.php index aeb4ba09..8cfd9368 100644 --- a/test/Helper/TestAsset/ConcreteHelper.php +++ b/test/Helper/TestAsset/ConcreteHelper.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_Validator */ namespace ZendTest\View\Helper\TestAsset; diff --git a/test/Helper/TestAsset/IdentityObject.php b/test/Helper/TestAsset/IdentityObject.php index 8b1d3305..88a5ad2f 100644 --- a/test/Helper/TestAsset/IdentityObject.php +++ b/test/Helper/TestAsset/IdentityObject.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_View */ namespace ZendTest\View\Helper\TestAsset; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class IdentityObject { /** diff --git a/test/Helper/TestAsset/Stringified.php b/test/Helper/TestAsset/Stringified.php index a37f915c..8c85cd85 100644 --- a/test/Helper/TestAsset/Stringified.php +++ b/test/Helper/TestAsset/Stringified.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_View */ namespace ZendTest\View\Helper\TestAsset; diff --git a/test/Helper/TestAsset/ToArray.php b/test/Helper/TestAsset/ToArray.php index 3ebe6580..dcc42ff0 100644 --- a/test/Helper/TestAsset/ToArray.php +++ b/test/Helper/TestAsset/ToArray.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_View */ namespace ZendTest\View\Helper\TestAsset; diff --git a/test/Helper/UrlIntegrationTest.php b/test/Helper/UrlIntegrationTest.php index 8690131f..0ca34b10 100644 --- a/test/Helper/UrlIntegrationTest.php +++ b/test/Helper/UrlIntegrationTest.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_View */ namespace ZendTest\View\Helper; @@ -18,9 +17,6 @@ /** * url() helper test -- tests integration with MVC * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/Helper/UrlTest.php b/test/Helper/UrlTest.php index d8542e43..d578c83e 100644 --- a/test/Helper/UrlTest.php +++ b/test/Helper/UrlTest.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_View */ namespace ZendTest\View\Helper; @@ -21,9 +20,6 @@ * * Tests formText helper, including some common functionality of all form helpers * - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View * @group Zend_View_Helper */ diff --git a/test/HelperPluginManagerTest.php b/test/HelperPluginManagerTest.php index 4717cef2..477e8343 100644 --- a/test/HelperPluginManagerTest.php +++ b/test/HelperPluginManagerTest.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_View */ namespace ZendTest\View; @@ -17,9 +16,6 @@ use Zend\View\Renderer\PhpRenderer; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View */ class HelperPluginManagerTest extends \PHPUnit_Framework_TestCase diff --git a/test/Model/JsonModelTest.php b/test/Model/JsonModelTest.php index 6731f057..c9ccfc04 100644 --- a/test/Model/JsonModelTest.php +++ b/test/Model/JsonModelTest.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_View */ namespace ZendTest\View\Model; @@ -14,11 +13,6 @@ use Zend\View\Model\JsonModel; use Zend\Json\Json; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class JsonModelTest extends TestCase { public function testAllowsEmptyConstructor() diff --git a/test/Model/TestAsset/Variable.php b/test/Model/TestAsset/Variable.php index 5df8655e..59ce552e 100644 --- a/test/Model/TestAsset/Variable.php +++ b/test/Model/TestAsset/Variable.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_View */ namespace ZendTest\View\Model\TestAsset; diff --git a/test/Model/ViewModelTest.php b/test/Model/ViewModelTest.php index 45835e52..b0da97db 100644 --- a/test/Model/ViewModelTest.php +++ b/test/Model/ViewModelTest.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_View */ namespace ZendTest\View\Model; @@ -17,11 +16,6 @@ use Zend\View\Variables as ViewVariables; use ZendTest\View\Model\TestAsset\Variable; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class ViewModelTest extends TestCase { public function testImplementsModelInterface() diff --git a/test/PhpRendererTest.php b/test/PhpRendererTest.php index 0e66125b..e7a16347 100644 --- a/test/PhpRendererTest.php +++ b/test/PhpRendererTest.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_View */ namespace ZendTest\View; @@ -18,9 +17,6 @@ use Zend\Filter\FilterChain; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View */ class PhpRendererTest extends \PHPUnit_Framework_TestCase diff --git a/test/Renderer/FeedRendererTest.php b/test/Renderer/FeedRendererTest.php index 2296846b..92d4431b 100644 --- a/test/Renderer/FeedRendererTest.php +++ b/test/Renderer/FeedRendererTest.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_View */ namespace ZendTest\View\Renderer; @@ -16,11 +15,6 @@ use Zend\View\Model\ViewModel; use Zend\View\Renderer\FeedRenderer; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class FeedRendererTest extends TestCase { public function setUp() diff --git a/test/Renderer/JsonRendererTest.php b/test/Renderer/JsonRendererTest.php index b0a34259..78a2c432 100644 --- a/test/Renderer/JsonRendererTest.php +++ b/test/Renderer/JsonRendererTest.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_View */ namespace ZendTest\View\Renderer; @@ -18,9 +17,6 @@ use Zend\View\Model\ViewModel; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View */ class JsonRendererTest extends TestCase diff --git a/test/Renderer/TestAsset/JsonModel.php b/test/Renderer/TestAsset/JsonModel.php index 9df9eb5a..8f5a8d4b 100644 --- a/test/Renderer/TestAsset/JsonModel.php +++ b/test/Renderer/TestAsset/JsonModel.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_View */ namespace ZendTest\View\Renderer\TestAsset; use JsonSerializable; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class JsonModel implements JsonSerializable { public $value = false; diff --git a/test/Resolver/AggregateResolverTest.php b/test/Resolver/AggregateResolverTest.php index 82770fc9..b503f3be 100644 --- a/test/Resolver/AggregateResolverTest.php +++ b/test/Resolver/AggregateResolverTest.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_View */ namespace ZendTest\View\Resolver; @@ -13,11 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\View\Resolver; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class AggregateResolverTest extends TestCase { public function testAggregateIsEmptyByDefault() diff --git a/test/Resolver/TemplateMapResolverTest.php b/test/Resolver/TemplateMapResolverTest.php index 25876587..c095eac7 100644 --- a/test/Resolver/TemplateMapResolverTest.php +++ b/test/Resolver/TemplateMapResolverTest.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_View */ namespace ZendTest\View\Resolver; @@ -14,11 +13,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\View\Resolver\TemplateMapResolver; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class TemplateMapResolverTest extends TestCase { public function testMapIsEmptyByDefault() diff --git a/test/Strategy/FeedStrategyTest.php b/test/Strategy/FeedStrategyTest.php index 0838bd68..b438b838 100644 --- a/test/Strategy/FeedStrategyTest.php +++ b/test/Strategy/FeedStrategyTest.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_View */ namespace ZendTest\View\Strategy; @@ -22,11 +21,6 @@ use Zend\View\Strategy\FeedStrategy; use Zend\View\ViewEvent; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class FeedStrategyTest extends TestCase { public function setUp() diff --git a/test/Strategy/JsonStrategyTest.php b/test/Strategy/JsonStrategyTest.php index 1ac73601..ce30f241 100644 --- a/test/Strategy/JsonStrategyTest.php +++ b/test/Strategy/JsonStrategyTest.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_View */ namespace ZendTest\View\Strategy; @@ -22,11 +21,6 @@ use Zend\View\ViewEvent; use Zend\Stdlib\Parameters; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class JsonStrategyTest extends TestCase { public function setUp() diff --git a/test/Strategy/PhpRendererStrategyTest.php b/test/Strategy/PhpRendererStrategyTest.php index 50ad67ee..ab0f5654 100644 --- a/test/Strategy/PhpRendererStrategyTest.php +++ b/test/Strategy/PhpRendererStrategyTest.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_View */ namespace ZendTest\View\Strategy; @@ -18,11 +17,6 @@ use Zend\View\Strategy\PhpRendererStrategy; use Zend\View\ViewEvent; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class PhpRendererStrategyTest extends TestCase { public function setUp() diff --git a/test/TemplatePathStackTest.php b/test/TemplatePathStackTest.php index 0f427e22..21359f86 100644 --- a/test/TemplatePathStackTest.php +++ b/test/TemplatePathStackTest.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_View */ namespace ZendTest\View; @@ -13,9 +12,6 @@ use Zend\View\Resolver\TemplatePathStack; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View */ class TemplatePathStackTest extends \PHPUnit_Framework_TestCase diff --git a/test/TestAsset/Invokable.php b/test/TestAsset/Invokable.php index 936586cf..677c8a00 100644 --- a/test/TestAsset/Invokable.php +++ b/test/TestAsset/Invokable.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_View */ namespace ZendTest\View\TestAsset; diff --git a/test/TestAsset/Renderer/VarExportRenderer.php b/test/TestAsset/Renderer/VarExportRenderer.php index 6e8459aa..39766045 100644 --- a/test/TestAsset/Renderer/VarExportRenderer.php +++ b/test/TestAsset/Renderer/VarExportRenderer.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_View */ namespace ZendTest\View\TestAsset\Renderer; @@ -14,11 +13,6 @@ use Zend\View\Renderer\RendererInterface as Renderer; use Zend\View\Resolver\ResolverInterface as Resolver; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class VarExportRenderer implements Renderer { public function getEngine() diff --git a/test/TestAsset/Uninvokable.php b/test/TestAsset/Uninvokable.php index 9d2b0ee9..81c947b0 100644 --- a/test/TestAsset/Uninvokable.php +++ b/test/TestAsset/Uninvokable.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_View */ namespace ZendTest\View\TestAsset; diff --git a/test/TestAsset/VariableFunctor.php b/test/TestAsset/VariableFunctor.php index a1869f86..4314aeb5 100644 --- a/test/TestAsset/VariableFunctor.php +++ b/test/TestAsset/VariableFunctor.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_View */ namespace ZendTest\View\TestAsset; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTest - */ class VariableFunctor { public $value; diff --git a/test/VariablesTest.php b/test/VariablesTest.php index e2c0afae..19f04d68 100644 --- a/test/VariablesTest.php +++ b/test/VariablesTest.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_View */ namespace ZendTest\View; @@ -14,9 +13,6 @@ use Zend\Config\Config; /** - * @category Zend - * @package Zend_View - * @subpackage UnitTests * @group Zend_View */ class VariablesTest extends \PHPUnit_Framework_TestCase diff --git a/test/ViewEventTest.php b/test/ViewEventTest.php index fbfbdc9c..8ead3185 100644 --- a/test/ViewEventTest.php +++ b/test/ViewEventTest.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_View */ namespace ZendTest\View; diff --git a/test/ViewTest.php b/test/ViewTest.php index 5ddf398f..a57c047c 100644 --- a/test/ViewTest.php +++ b/test/ViewTest.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_View */ namespace ZendTest\View; diff --git a/test/_stubs/FilterDir1/Foo.php b/test/_stubs/FilterDir1/Foo.php index 6578894b..99a90a82 100644 --- a/test/_stubs/FilterDir1/Foo.php +++ b/test/_stubs/FilterDir1/Foo.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_View */ namespace ZendTest\View\Filter; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class Foo { public function filter($buffer) diff --git a/test/_stubs/HelperDir1/Stub1.php b/test/_stubs/HelperDir1/Stub1.php index 249566cf..a3a5fc06 100644 --- a/test/_stubs/HelperDir1/Stub1.php +++ b/test/_stubs/HelperDir1/Stub1.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_View */ namespace Foo\View\Helper; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class Stub1 { public function direct() diff --git a/test/_stubs/HelperDir1/StubEmpty.php b/test/_stubs/HelperDir1/StubEmpty.php index c4071a2b..8dea03ec 100644 --- a/test/_stubs/HelperDir1/StubEmpty.php +++ b/test/_stubs/HelperDir1/StubEmpty.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_View */ namespace ZendTest\View\_stubs\HelperDir1; diff --git a/test/_stubs/HelperDir2/Datetime.php b/test/_stubs/HelperDir2/Datetime.php index 3e3e16a7..eff9e906 100644 --- a/test/_stubs/HelperDir2/Datetime.php +++ b/test/_stubs/HelperDir2/Datetime.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_View */ namespace ZendTest\View\_stubs\HelperDir2; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class Datetime { public function datetime() diff --git a/test/_stubs/HelperDir2/Stub1.php b/test/_stubs/HelperDir2/Stub1.php index 7d6f63f5..ace36eef 100644 --- a/test/_stubs/HelperDir2/Stub1.php +++ b/test/_stubs/HelperDir2/Stub1.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_View */ namespace ZendTest\View\_stubs\HelperDir2; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class Stub1 { public function direct() diff --git a/test/_stubs/HelperDir2/Stub2.php b/test/_stubs/HelperDir2/Stub2.php index 8c077dbf..718aea82 100644 --- a/test/_stubs/HelperDir2/Stub2.php +++ b/test/_stubs/HelperDir2/Stub2.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_View */ namespace Zend\View\Helper; -/** - * @category Zend - * @package Zend_View - * @subpackage UnitTests - */ class Stub2 { public $view;