Ver código fonte

Merge cs-17363 back to trunk. [ZF-7581] related.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17573 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 16 anos atrás
pai
commit
68db61a018
100 arquivos alterados com 1270 adições e 56 exclusões
  1. 9 1
      tests/AllTests.php
  2. 2 1
      tests/TestHelper.php
  3. 29 0
      tests/Zend/Amf/Adobe/IntrospectorTest.php
  4. 28 0
      tests/Zend/Amf/Adobe/_files/ZendAmfAdobeIntrospectorTest.php
  5. 28 0
      tests/Zend/Amf/Adobe/_files/ZendAmfAdobeIntrospectorTestType.php
  6. 29 0
      tests/Zend/Amf/ServerTest.php
  7. 29 1
      tests/Zend/Amf/ServiceA.php
  8. 29 1
      tests/Zend/Amf/ServiceB.php
  9. 29 1
      tests/Zend/Amf/ServiceC.php
  10. 26 2
      tests/Zend/Amf/Util/BinaryStreamTest.php
  11. 27 3
      tests/Zend/Amf/Value/ArrayCollectionTest.php
  12. 26 2
      tests/Zend/Amf/Value/MessageBodyTest.php
  13. 26 2
      tests/Zend/Amf/Value/MessageHeaderTest.php
  14. 1 0
      tests/Zend/Application/AllTests.php
  15. 1 0
      tests/Zend/Application/ApplicationTest.php
  16. 1 0
      tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php
  17. 1 0
      tests/Zend/Application/Bootstrap/BootstrapTest.php
  18. 1 0
      tests/Zend/Application/Module/AutoloaderTest.php
  19. 1 0
      tests/Zend/Application/Module/BootstrapTest.php
  20. 3 1
      tests/Zend/Application/Resource/AllTests.php
  21. 1 0
      tests/Zend/Application/Resource/DbTest.php
  22. 1 0
      tests/Zend/Application/Resource/FrontcontrollerTest.php
  23. 1 0
      tests/Zend/Application/Resource/LayoutTest.php
  24. 1 0
      tests/Zend/Application/Resource/LocaleTest.php
  25. 1 0
      tests/Zend/Application/Resource/ModulesTest.php
  26. 1 0
      tests/Zend/Application/Resource/NavigationTest.php
  27. 1 0
      tests/Zend/Application/Resource/ResourceAbstractTest.php
  28. 1 0
      tests/Zend/Application/Resource/RouterTest.php
  29. 1 0
      tests/Zend/Application/Resource/TranslateTest.php
  30. 1 0
      tests/Zend/Application/Resource/ViewTest.php
  31. 28 0
      tests/Zend/Application/Resource/_files/ZfAppBootstrapCustomView.php
  32. 28 0
      tests/Zend/Application/_files/BootstrapBaseCircularDependency.php
  33. 28 0
      tests/Zend/Application/_files/ZfAppBadBootstrap.php
  34. 28 0
      tests/Zend/Application/_files/ZfAppBootstrap.php
  35. 21 0
      tests/Zend/Application/_files/ZfAppNoBootstrap.php
  36. 28 0
      tests/Zend/Application/_files/ZfModuleBootstrap.php
  37. 3 0
      tests/Zend/Application/_files/appconfig.inc
  38. 21 0
      tests/Zend/Application/_files/appconfig.php
  39. 28 0
      tests/Zend/Application/_files/modules/bar/Bootstrap.php
  40. 28 0
      tests/Zend/Application/_files/modules/default/Bootstrap.php
  41. 28 0
      tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php
  42. 28 0
      tests/Zend/Application/_files/modules/foo/Bootstrap.php
  43. 28 0
      tests/Zend/Application/_files/modules/zfappbootstrap/controllers/ErrorController.php
  44. 28 0
      tests/Zend/Application/_files/modules/zfappbootstrap/controllers/IndexController.php
  45. 28 0
      tests/Zend/Application/_files/resources/Baz.php
  46. 28 0
      tests/Zend/Application/_files/resources/Foo.php
  47. 28 0
      tests/Zend/Application/_files/resources/Foobar.php
  48. 2 2
      tests/Zend/Auth/Adapter/AllTests.php
  49. 1 1
      tests/Zend/Auth/Adapter/DbTable/AllTests.php
  50. 2 1
      tests/Zend/Auth/Adapter/DbTable/BasicSqliteTest.php
  51. 1 1
      tests/Zend/Auth/Adapter/DbTable/BasicSqliteTest/SkipTests.php
  52. 2 2
      tests/Zend/Auth/Adapter/DigestTest.php
  53. 1 1
      tests/Zend/Auth/Adapter/Http/AllTests.php
  54. 1 1
      tests/Zend/Auth/Adapter/Http/AuthTest.php
  55. 1 1
      tests/Zend/Auth/Adapter/Http/ObjectTest.php
  56. 1 1
      tests/Zend/Auth/Adapter/Http/ProxyTest.php
  57. 1 1
      tests/Zend/Auth/Adapter/Http/Resolver/AllTests.php
  58. 1 1
      tests/Zend/Auth/Adapter/Http/Resolver/FileTest.php
  59. 9 0
      tests/Zend/Auth/Adapter/Ldap/AllTests.php
  60. 1 0
      tests/Zend/Auth/Adapter/Ldap/OfflineTest.php
  61. 1 0
      tests/Zend/Auth/Adapter/Ldap/OnlineTest.php
  62. 1 1
      tests/Zend/Auth/Adapter/OpenId/AllTests.php
  63. 1 1
      tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php
  64. 4 0
      tests/Zend/Auth/Adapter/OpenId/ResponseHelper.php
  65. 1 1
      tests/Zend/Auth/AllTests.php
  66. 2 0
      tests/Zend/AuthTest.php
  67. 2 0
      tests/Zend/Cache/AllTests.php
  68. 22 2
      tests/Zend/Cache/ApcBackendTest.php
  69. 32 2
      tests/Zend/Cache/ClassFrontendTest.php
  70. 24 4
      tests/Zend/Cache/CommonBackendTest.php
  71. 24 4
      tests/Zend/Cache/CommonExtendedBackendTest.php
  72. 21 1
      tests/Zend/Cache/CoreTest.php
  73. 28 0
      tests/Zend/Cache/FactoryException.php
  74. 20 0
      tests/Zend/Cache/FactoryTest.php
  75. 20 0
      tests/Zend/Cache/FileBackendTest.php
  76. 21 1
      tests/Zend/Cache/FileFrontendTest.php
  77. 21 1
      tests/Zend/Cache/FunctionFrontendTest.php
  78. 21 1
      tests/Zend/Cache/MemcachedBackendTest.php
  79. 22 2
      tests/Zend/Cache/OutputFrontendTest.php
  80. 21 1
      tests/Zend/Cache/PageFrontendTest.php
  81. 57 3
      tests/Zend/Cache/SkipTests.php
  82. 20 0
      tests/Zend/Cache/SqliteBackendTest.php
  83. 20 0
      tests/Zend/Cache/TwoLevelsBackendTest.php
  84. 21 1
      tests/Zend/Cache/XcacheBackendTest.php
  85. 21 1
      tests/Zend/Cache/ZendPlatformBackendTest.php
  86. 1 0
      tests/Zend/Captcha/AllTests.php
  87. 1 0
      tests/Zend/Captcha/DumbTest.php
  88. 1 0
      tests/Zend/Captcha/FigletTest.php
  89. 1 0
      tests/Zend/Captcha/ImageTest.php
  90. 1 0
      tests/Zend/Captcha/ReCaptchaTest.php
  91. 1 0
      tests/Zend/CodeGenerator/AllTests.php
  92. 3 1
      tests/Zend/CodeGenerator/Php/AllTests.php
  93. 2 0
      tests/Zend/CodeGenerator/Php/ClassTest.php
  94. 2 0
      tests/Zend/CodeGenerator/Php/Docblock/Tag/ParamTest.php
  95. 2 0
      tests/Zend/CodeGenerator/Php/Docblock/Tag/ReturnTest.php
  96. 2 0
      tests/Zend/CodeGenerator/Php/Docblock/TagTest.php
  97. 2 0
      tests/Zend/CodeGenerator/Php/DocblockTest.php
  98. 2 0
      tests/Zend/CodeGenerator/Php/FileTest.php
  99. 2 0
      tests/Zend/CodeGenerator/Php/MethodTest.php
  100. 2 0
      tests/Zend/CodeGenerator/Php/ParameterTest.php

+ 9 - 1
tests/AllTests.php

@@ -13,7 +13,8 @@
  * to license@zend.com so we can send you a copy immediately.
  *
  * @category   Zend
- * @package    UnitTests
+ * @package    Zend
+ * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @version    $Id$
@@ -33,6 +34,13 @@ require_once 'TestHelper.php';
  */
 require_once 'Zend/AllTests.php';
 
+/**
+ * @category   Zend
+ * @package    Zend
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class AllTests
 {
     public static function main()

+ 2 - 1
tests/TestHelper.php

@@ -13,7 +13,8 @@
  * to license@zend.com so we can send you a copy immediately.
  *
  * @category   Zend
- * @package    UnitTests
+ * @package    Zend
+ * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @version    $Id$

+ 29 - 0
tests/Zend/Amf/Adobe/IntrospectorTest.php

@@ -1,4 +1,25 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 // Call Zend_Controller_Action_Helper_MultiPageFormTest::main() if this source file is executed directly.
 if (!defined("PHPUnit_MAIN_METHOD")) {
     define("PHPUnit_MAIN_METHOD", "Zend_Amf_Adobe_IntrospectorTest::main");
@@ -11,6 +32,14 @@ require_once dirname(__FILE__) . '/../../../TestHelper.php';
  */
 require_once 'Zend/Amf/Adobe/Introspector.php';
 
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
+ */
 class Zend_Amf_Adobe_IntrospectorTest extends PHPUnit_Framework_TestCase
 {
     public static function main()

+ 28 - 0
tests/Zend/Amf/Adobe/_files/ZendAmfAdobeIntrospectorTest.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id:$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZendAmfAdobeIntrospectorTest
 {
     /**

+ 28 - 0
tests/Zend/Amf/Adobe/_files/ZendAmfAdobeIntrospectorTestType.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id:$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZendAmfAdobeIntrospectorTestType
 {
     /**

+ 29 - 0
tests/Zend/Amf/ServerTest.php

@@ -1,4 +1,25 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 // Call Zend_Amf_ServerTest::main() if this source file is executed directly.
 if (!defined("PHPUnit_MAIN_METHOD")) {
     define("PHPUnit_MAIN_METHOD", "Zend_Amf_ServerTest::main");
@@ -16,6 +37,14 @@ require_once 'ServiceA.php';
 require_once 'ServiceB.php';
 require_once 'Zend/Session.php';
 
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
+ */
 class Zend_Amf_ServerTest extends PHPUnit_Framework_TestCase
 {
     protected $_server;

+ 29 - 1
tests/Zend/Amf/ServiceA.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ServiceA {
     function __construct() {
         //Construction...
@@ -11,4 +39,4 @@ class ServiceA {
     {
         return 'myMenuA';
     }
-}
+}

+ 29 - 1
tests/Zend/Amf/ServiceB.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ServiceB {
     function __construct() {
         //Construction...
@@ -11,4 +39,4 @@ class ServiceB {
     {
         return 'myMenuB';
     }
-}
+}

+ 29 - 1
tests/Zend/Amf/ServiceC.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ServiceC {
     function __construct() {
         //Construction...
@@ -11,4 +39,4 @@ class ServiceC {
     {
         return 'myMenuC';
     }
-}
+}

+ 26 - 2
tests/Zend/Amf/Util/BinaryStreamTest.php

@@ -1,4 +1,25 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'Zend_Amf_Util_BinaryStreamTest::main');
 }
@@ -9,9 +30,12 @@ require_once 'Zend/Amf/Util/BinaryStream.php';
 /**
  * Test case for Zend_Amf_Util_BinaryStream
  *
- * @package Zend_Amf
+ * @category   Zend
+ * @package    Zend_Amf
  * @subpackage UnitTests
- * @version $Id$
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
  */
 class Zend_Amf_Util_BinaryStreamTest extends PHPUnit_Framework_TestCase
 {

+ 27 - 3
tests/Zend/Amf/Value/ArrayCollectionTest.php

@@ -1,16 +1,40 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
 if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'Zend_Amf_Value_ArrayCollectionTest::main');
 }
 
 require_once dirname(__FILE__) . '/../../../TestHelper.php';
 require_once 'Zend/Amf/Value/Messaging/ArrayCollection.php';
+
 /**
  * Test case for Zend_Amf_Value_MessageBody
  *
- * @package Zend_Amf
+ * @category   Zend
+ * @package    Zend_Amf
  * @subpackage UnitTests
- * @version $Id: MessageBodyTest.php 12004 2008-10-18 14:29:41Z mikaelkael $
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
  */
 class Zend_Amf_Value_ArrayCollectionTest extends PHPUnit_Framework_TestCase
 {
@@ -192,4 +216,4 @@ class Zend_Amf_Value_ArrayCollectionTest_SerializableData
 
 if (PHPUnit_MAIN_METHOD == 'Zend_Amf_Value_ArrayCollectionTest::main') {
     Zend_Amf_Value_ArrayCollectionTest::main();
-}
+}

+ 26 - 2
tests/Zend/Amf/Value/MessageBodyTest.php

@@ -1,4 +1,25 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'Zend_Amf_Value_MessageBodyTest::main');
 }
@@ -9,9 +30,12 @@ require_once 'Zend/Amf/Value/MessageBody.php';
 /**
  * Test case for Zend_Amf_Value_MessageBody
  *
- * @package Zend_Amf
+ * @category   Zend
+ * @package    Zend_Amf
  * @subpackage UnitTests
- * @version $Id$
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
  */
 class Zend_Amf_Value_MessageBodyTest extends PHPUnit_Framework_TestCase
 {

+ 26 - 2
tests/Zend/Amf/Value/MessageHeaderTest.php

@@ -1,4 +1,25 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Amf
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'Zend_Amf_Value_MessageHeaderTest::main');
 }
@@ -9,9 +30,12 @@ require_once 'Zend/Amf/Value/MessageHeader.php';
 /**
  * Test case for Zend_Amf_Value_MessageHeader
  *
- * @package Zend_Amf
+ * @category   Zend
+ * @package    Zend_Amf
  * @subpackage UnitTests
- * @version $Id$
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Amf
  */
 class Zend_Amf_Value_MessageHeaderTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/AllTests.php

@@ -41,6 +41,7 @@ require_once 'Zend/Application/Resource/AllTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_AllTests
 {

+ 1 - 0
tests/Zend/Application/ApplicationTest.php

@@ -41,6 +41,7 @@ require_once 'Zend/Application.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_ApplicationTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php

@@ -45,6 +45,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Bootstrap_BootstrapAbstractTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Bootstrap/BootstrapTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Bootstrap_BootstrapTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Module/AutoloaderTest.php

@@ -53,6 +53,7 @@ require_once 'Zend/Config.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Module_AutoloaderTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Module/BootstrapTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Module_BootstrapTest extends PHPUnit_Framework_TestCase
 {

+ 3 - 1
tests/Zend/Application/Resource/AllTests.php

@@ -44,6 +44,8 @@ require_once 'Zend/Application/Resource/ViewTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
+ * @group      Zend_Application_Resource
  */
 class Zend_Application_Resource_AllTests
 {
@@ -54,7 +56,7 @@ class Zend_Application_Resource_AllTests
 
     public static function suite()
     {
-        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_Application - Resource');
+        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_Application_Resource');
 
         $suite->addTestSuite('Zend_Application_Resource_ResourceAbstractTest');
         $suite->addTestSuite('Zend_Application_Resource_DbTest');

+ 1 - 0
tests/Zend/Application/Resource/DbTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_DbTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/FrontcontrollerTest.php

@@ -45,6 +45,7 @@ require_once 'Zend/Controller/Front.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_FrontcontrollerTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/LayoutTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_LayoutTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/LocaleTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_LocaleTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/ModulesTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_ModulesTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/NavigationTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_NavigationTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/ResourceAbstractTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_ResourceAbstractTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/RouterTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_RouterTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/TranslateTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_TranslateTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Application/Resource/ViewTest.php

@@ -40,6 +40,7 @@ require_once 'Zend/Loader/Autoloader.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Application
  */
 class Zend_Application_Resource_ViewTest extends PHPUnit_Framework_TestCase
 {

+ 28 - 0
tests/Zend/Application/Resource/_files/ZfAppBootstrapCustomView.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZfAppBootstrapCustomView extends Zend_Application_Bootstrap_Bootstrap {
     public function _initView()
     {

+ 28 - 0
tests/Zend/Application/_files/BootstrapBaseCircularDependency.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class BootstrapBaseCircularDependency extends Zend_Application_Bootstrap_BootstrapAbstract
 {
     public $complete = false;

+ 28 - 0
tests/Zend/Application/_files/ZfAppBadBootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZfAppBadBootstrap
 {
 }

+ 28 - 0
tests/Zend/Application/_files/ZfAppBootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZfAppBootstrap extends Zend_Application_Bootstrap_BootstrapAbstract
 {
     public $barExecuted = 0;

+ 21 - 0
tests/Zend/Application/_files/ZfAppNoBootstrap.php

@@ -1,2 +1,23 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
 // no content

+ 28 - 0
tests/Zend/Application/_files/ZfModuleBootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class ZfModule_Bootstrap extends Zend_Application_Module_Bootstrap
 {
     public function run()

+ 3 - 0
tests/Zend/Application/_files/appconfig.inc

@@ -1,4 +1,7 @@
 <?php
+require_once 'PHPUnit/Util/Filter.php';
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
 $config = array(
     'foo' => 'bar',
 );

+ 21 - 0
tests/Zend/Application/_files/appconfig.php

@@ -1,3 +1,24 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
 $config = include dirname(__FILE__) . '/appconfig.inc';
 return $config;

+ 28 - 0
tests/Zend/Application/_files/modules/bar/Bootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Bar_Bootstrap extends Zend_Application_Module_Bootstrap
 {
     public $bootstrapped = false;

+ 28 - 0
tests/Zend/Application/_files/modules/default/Bootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Bootstrap extends Zend_Application_Bootstrap_BootstrapAbstract
 {
     public $bootstrapped = false;

+ 28 - 0
tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class FooBar_Bootstrap extends Zend_Application_Module_Bootstrap
 {
     public $bootstrapped = false;

+ 28 - 0
tests/Zend/Application/_files/modules/foo/Bootstrap.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Foo_Bootstrap extends Zend_Application_Module_Bootstrap
 {
     public $bootstrapped = false;

+ 28 - 0
tests/Zend/Application/_files/modules/zfappbootstrap/controllers/ErrorController.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zfappbootstrap_ErrorController extends Zend_Controller_Action
 {
     public function errorAction()

+ 28 - 0
tests/Zend/Application/_files/modules/zfappbootstrap/controllers/IndexController.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zfappbootstrap_IndexController extends Zend_Controller_Action
 {
     public function indexAction()

+ 28 - 0
tests/Zend/Application/_files/resources/Baz.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id: $
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zend_Application_BootstrapTest_Resource_Baz extends Zend_Application_Resource_ResourceAbstract
 {
     public function init()

+ 28 - 0
tests/Zend/Application/_files/resources/Foo.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zend_Application_BootstrapTest_Resource_Foo extends Zend_Application_Resource_ResourceAbstract
 {
     public $someArbitraryKey;

+ 28 - 0
tests/Zend/Application/_files/resources/Foobar.php

@@ -1,4 +1,32 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
+/**
+ * @category   Zend
+ * @package    Zend_Application
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zend_Application_BootstrapTest_Resource_Foobar extends Zend_Application_Resource_ResourceAbstract
 {
     public function init()

+ 2 - 2
tests/Zend/Auth/Adapter/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -75,6 +74,7 @@ require_once 'Zend/Auth/Adapter/OpenId/AllTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_AllTests
 {
@@ -95,7 +95,7 @@ class Zend_Auth_Adapter_AllTests
      */
     public static function suite()
     {
-        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_Auth Adapters');
+        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_Auth_Adapter');
 
         $suite->addTest(Zend_Auth_Adapter_DbTable_AllTests::suite());
         $suite->addTestSuite('Zend_Auth_Adapter_DigestTest');

+ 1 - 1
tests/Zend/Auth/Adapter/DbTable/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -57,6 +56,7 @@ require_once 'Zend/Auth/Adapter/DbTable/BasicSqliteTest/SkipTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_DbTable_AllTests
 {

+ 2 - 1
tests/Zend/Auth/Adapter/DbTable/BasicSqliteTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -56,6 +55,8 @@ require_once 'Zend/Auth/Adapter/DbTable.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
+ * @group      Zend_Db_Table
  */
 class Zend_Auth_Adapter_DbTable_BasicSqliteTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 1
tests/Zend/Auth/Adapter/DbTable/BasicSqliteTest/SkipTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -35,6 +34,7 @@ require_once 'PHPUnit/Framework/TestCase.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_DbTable_BasicSqliteTest_SkipTests extends PHPUnit_Framework_TestCase
 {

+ 2 - 2
tests/Zend/Auth/Adapter/DigestTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -40,6 +39,7 @@ require_once 'Zend/Auth/Adapter/Digest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_DigestTest extends PHPUnit_Framework_TestCase
 {
@@ -248,4 +248,4 @@ class Zend_Auth_Adapter_DigestTest extends PHPUnit_Framework_TestCase
         $adapter = new Zend_Auth_Adapter_Digest();
         $this->assertEquals(null, $adapter->getPassword());
     }
-}
+}

+ 1 - 1
tests/Zend/Auth/Adapter/Http/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -63,6 +62,7 @@ require_once 'Zend/Auth/Adapter/Http/Resolver/AllTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_AllTests
 {

+ 1 - 1
tests/Zend/Auth/Adapter/Http/AuthTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -58,6 +57,7 @@ require_once 'Zend/Controller/Response/Http.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_AuthTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 1
tests/Zend/Auth/Adapter/Http/ObjectTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -62,6 +61,7 @@ require_once 'Zend/Debug.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_ObjectTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 1
tests/Zend/Auth/Adapter/Http/ProxyTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -58,6 +57,7 @@ require_once 'Zend/Controller/Response/Http.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_ProxyTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 1
tests/Zend/Auth/Adapter/Http/Resolver/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -51,6 +50,7 @@ require_once 'Zend/Auth/Adapter/Http/Resolver/FileTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_Resolver_AllTests
 {

+ 1 - 1
tests/Zend/Auth/Adapter/Http/Resolver/FileTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -40,6 +39,7 @@ require_once 'Zend/Auth/Adapter/Http/Resolver/File.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Http_Resolver_FileTest extends PHPUnit_Framework_TestCase
 {

+ 9 - 0
tests/Zend/Auth/Adapter/Ldap/AllTests.php

@@ -42,6 +42,7 @@ require_once 'Zend/Auth/Adapter/Ldap/OfflineTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Ldap_AllTests
 {
@@ -71,6 +72,14 @@ class Zend_Auth_Adapter_Ldap_AllTests
     }
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Ldap
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
+ */
 class Zend_Auth_Adapter_Ldap_SkipOnlineTests extends PHPUnit_Framework_TestCase
 {
     public function setUp()

+ 1 - 0
tests/Zend/Auth/Adapter/Ldap/OfflineTest.php

@@ -42,6 +42,7 @@ require_once 'Zend/Ldap.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Ldap_OfflineTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Auth/Adapter/Ldap/OnlineTest.php

@@ -41,6 +41,7 @@ require_once 'Zend/Auth/Adapter/Ldap.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_Ldap_OnlineTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 1
tests/Zend/Auth/Adapter/OpenId/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -44,6 +43,7 @@ require_once 'Zend/Auth/Adapter/OpenId/OpenIdTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_OpenId_AllTests
 {

+ 1 - 1
tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -66,6 +65,7 @@ require_once 'Zend/Http/Client/Adapter/Test.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_Adapter_OpenIdTest extends PHPUnit_Framework_TestCase
 {

+ 4 - 0
tests/Zend/Auth/Adapter/OpenId/ResponseHelper.php

@@ -14,6 +14,7 @@
  *
  * @category   Zend
  * @package    Zend_OpenId
+ * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @version    $Id$
@@ -27,8 +28,11 @@ require_once 'Zend/OpenId.php';
 Zend_OpenId::$exitOnRedirect = false;
 
 /**
+ * @category   Zend
  * @package    Zend_OpenId
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
 class Zend_OpenId_ResponseHelper extends Zend_Controller_Response_Abstract
 {

+ 1 - 1
tests/Zend/Auth/AllTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -40,6 +39,7 @@ require_once 'Zend/Auth/Adapter/AllTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_Auth_AllTests
 {

+ 2 - 0
tests/Zend/AuthTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -43,6 +44,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Auth
  */
 class Zend_AuthTest extends PHPUnit_Framework_TestCase
 {

+ 2 - 0
tests/Zend/Cache/AllTests.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -52,6 +53,7 @@ require_once 'Zend/Cache/ZendServerShMemTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_AllTests
 {

+ 22 - 2
tests/Zend/Cache/ApcBackendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
- 
- /**
+
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -21,8 +37,12 @@ require_once 'CommonExtendedBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_ApcBackendTest extends Zend_Cache_CommonExtendedBackendTest {
     

+ 32 - 2
tests/Zend/Cache/ClassFrontendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
- 
- /**
+
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -16,6 +32,16 @@ require_once 'Zend/Cache/Backend/Test.php';
  */
 require_once 'PHPUnit/Framework/TestCase.php';
 
+/**
+ * @todo: Should this class be named Zend_Cache_Something?
+ *
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class test {
 
     private $_string = 'hello !';
@@ -34,8 +60,12 @@ class test {
 }
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_ClassFrontendTest extends PHPUnit_Framework_TestCase {
     

+ 24 - 4
tests/Zend/Cache/CommonBackendTest.php

@@ -1,21 +1,41 @@
 <?php
-require_once 'PHPUnit/Util/Filter.php';
-
-PHPUnit_Util_Filter::addFileToFilter(__FILE__);
-
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
 
+require_once 'PHPUnit/Util/Filter.php';
+
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
 /**
  * PHPUnit test case
  */
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_CommonBackendTest extends PHPUnit_Framework_TestCase {
 

+ 24 - 4
tests/Zend/Cache/CommonExtendedBackendTest.php

@@ -1,13 +1,29 @@
 <?php
-require_once 'PHPUnit/Util/Filter.php';
-
-PHPUnit_Util_Filter::addFileToFilter(__FILE__);
-
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
 
+require_once 'PHPUnit/Util/Filter.php';
+
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
 /**
  * PHPUnit test case
  */
@@ -19,8 +35,12 @@ require_once 'PHPUnit/Framework/TestCase.php';
 require_once 'CommonBackendTest.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_CommonExtendedBackendTest extends Zend_Cache_CommonBackendTest {
 

+ 21 - 1
tests/Zend/Cache/CoreTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
 
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -18,8 +34,12 @@ require_once 'Zend/Cache/Backend/Test.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_CoreTest extends PHPUnit_Framework_TestCase 
 {

+ 28 - 0
tests/Zend/Cache/FactoryException.php

@@ -1,7 +1,35 @@
 <?php
+/**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
+ */
+
 require_once 'PHPUnit/Extensions/ExceptionTestCase.php';
 require_once 'Zend/Cache.php';
  
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ */
 class Zend_Cache_FactoryException extends PHPUnit_Extensions_ExceptionTestCase
 {
     function setUp(){

+ 20 - 0
tests/Zend/Cache/FactoryTest.php

@@ -1,7 +1,23 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
 
 /**
@@ -24,8 +40,12 @@ class Zend_Cache_Frontend_FooBarTest extends Zend_Cache_Core { }
 class FooBarTestFrontend extends Zend_Cache_Core { }
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_FactoryTest extends PHPUnit_Framework_TestCase
 {

+ 20 - 0
tests/Zend/Cache/FileBackendTest.php

@@ -1,7 +1,23 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
 /**
@@ -27,8 +43,12 @@ require_once 'CommonExtendedBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_FileBackendTest extends Zend_Cache_CommonExtendedBackendTest {
     

+ 21 - 1
tests/Zend/Cache/FileFrontendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -17,8 +33,12 @@ require_once 'Zend/Cache/Backend/Test.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_FileFrontendTest extends PHPUnit_Framework_TestCase {
     

+ 21 - 1
tests/Zend/Cache/FunctionFrontendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -22,8 +38,12 @@ function foobar($param1, $param2) {
 }
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_FunctionFrontendTest extends PHPUnit_Framework_TestCase {
     

+ 21 - 1
tests/Zend/Cache/MemcachedBackendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -21,8 +37,12 @@ require_once 'CommonExtendedBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_MemcachedBackendTest extends Zend_Cache_CommonExtendedBackendTest {
     

+ 22 - 2
tests/Zend/Cache/OutputFrontendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
- 
- /**
+
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -17,8 +33,12 @@ require_once 'Zend/Cache/Backend/Test.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_OutputFrontendTest extends PHPUnit_Framework_TestCase {
     

+ 21 - 1
tests/Zend/Cache/PageFrontendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -17,8 +33,12 @@ require_once 'Zend/Cache/Backend/Test.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_PageFrontendTest extends PHPUnit_Framework_TestCase {
     

+ 57 - 3
tests/Zend/Cache/SkipTests.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Zend Framework
  *
@@ -21,7 +20,6 @@
  * @version    $Id$
  */
 
-
 /**
  * PHPUnit_Framework_TestCase
  */
@@ -31,13 +29,13 @@ require_once 'PHPUnit/Util/Filter.php';
 
 PHPUnit_Util_Filter::addFileToFilter(__FILE__);
 
-
 /**
  * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 abstract class Zend_Cache_BackendTest_SkipTests extends PHPUnit_Framework_TestCase
 {
@@ -56,30 +54,86 @@ abstract class Zend_Cache_BackendTest_SkipTests extends PHPUnit_Framework_TestCa
 
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_ApcBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_XcacheBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_MemcachedBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_SqliteBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_ZendPlatformBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_TwoLevelsBackendTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }
 
+/**
+ * @category   Zend
+ * @package    Zend_Cache
+ * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
+ */
 class Zend_Cache_ZendServerTest_SkipTests extends Zend_Cache_BackendTest_SkipTests
 {
 }

+ 20 - 0
tests/Zend/Cache/SqliteBackendTest.php

@@ -1,7 +1,23 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
 /**
@@ -21,8 +37,12 @@ require_once 'CommonExtendedBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_sqliteBackendTest extends Zend_Cache_CommonExtendedBackendTest {
     

+ 20 - 0
tests/Zend/Cache/TwoLevelsBackendTest.php

@@ -1,7 +1,23 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
 /**
@@ -21,8 +37,12 @@ require_once 'CommonExtendedBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_TwoLevelsBackendTest extends Zend_Cache_CommonExtendedBackendTest {
     

+ 21 - 1
tests/Zend/Cache/XcacheBackendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
 
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -21,8 +37,12 @@ require_once 'CommonBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_XcacheBackendTest extends Zend_Cache_CommonBackendTest {
 

+ 21 - 1
tests/Zend/Cache/ZendPlatformBackendTest.php

@@ -1,10 +1,26 @@
 <?php
 /**
+ * Zend Framework
+ *
+ * LICENSE
+ *
+ * This source file is subject to the new BSD license that is bundled
+ * with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * http://framework.zend.com/license/new-bsd
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@zend.com so we can send you a copy immediately.
+ *
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id$
  */
  
- /**
+/**
  * Zend_Cache
  */
 require_once 'Zend/Cache.php';
@@ -21,8 +37,12 @@ require_once 'CommonBackendTest.php';
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
+ * @category   Zend
  * @package    Zend_Cache
  * @subpackage UnitTests
+ * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Cache
  */
 class Zend_Cache_ZendPlatformBackendTest extends Zend_Cache_CommonBackendTest {
     

+ 1 - 0
tests/Zend/Captcha/AllTests.php

@@ -40,6 +40,7 @@ require_once 'Zend/Captcha/ReCaptchaTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Captcha
  */
 class Zend_Captcha_AllTests
 {

+ 1 - 0
tests/Zend/Captcha/DumbTest.php

@@ -36,6 +36,7 @@ require_once 'Zend/View.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Captcha
  */
 class Zend_Captcha_DumbTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Captcha/FigletTest.php

@@ -37,6 +37,7 @@ require_once 'Zend/Config.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Captcha
  */
 class Zend_Captcha_FigletTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Captcha/ImageTest.php

@@ -36,6 +36,7 @@ require_once 'Zend/Captcha/Adapter.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Captcha
  */
 class Zend_Captcha_ImageTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/Captcha/ReCaptchaTest.php

@@ -36,6 +36,7 @@ require_once 'Zend/View.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_Captcha
  */
 class Zend_Captcha_ReCaptchaTest extends PHPUnit_Framework_TestCase
 {

+ 1 - 0
tests/Zend/CodeGenerator/AllTests.php

@@ -37,6 +37,7 @@ require_once 'Zend/CodeGenerator/Php/AllTests.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_CodeGenerator
  */
 class Zend_CodeGenerator_AllTests
 {

+ 3 - 1
tests/Zend/CodeGenerator/Php/AllTests.php

@@ -46,6 +46,8 @@ require_once 'Zend/CodeGenerator/Php/PropertyTest.php';
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @group      Zend_CodeGenerator
+ * @group      Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_AllTests
 {
@@ -56,7 +58,7 @@ class Zend_CodeGenerator_Php_AllTests
 
     public static function suite()
     {
-        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_CodeGenerator - Php');
+        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_CodeGenerator_Php');
 
         $suite->addTestSuite('Zend_CodeGenerator_Php_ClassTest');
         $suite->addTestSuite('Zend_CodeGenerator_Php_DocblockTest');

+ 2 - 0
tests/Zend/CodeGenerator/Php/ClassTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -36,6 +37,7 @@ require_once 'Zend/CodeGenerator/Php/Class.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_ClassTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/Docblock/Tag/ParamTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 
@@ -37,6 +38,7 @@ require_once 'Zend/CodeGenerator/Php/Docblock/Tag/Param.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_Docblock_Tag_ParamTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/Docblock/Tag/ReturnTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 
@@ -37,6 +38,7 @@ require_once 'Zend/CodeGenerator/Php/Docblock/Tag/Return.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_Docblock_Tag_ReturnTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/Docblock/TagTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 
@@ -37,6 +38,7 @@ require_once 'Zend/CodeGenerator/Php/Docblock/Tag.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_Docblock_TagTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/DocblockTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -36,6 +37,7 @@ require_once 'Zend/CodeGenerator/Php/Docblock.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_DocblockTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/FileTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -35,6 +36,7 @@ require_once 'Zend/Reflection/File.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  * @group Zend_CodeGenerator_Php_File
  */

+ 2 - 0
tests/Zend/CodeGenerator/Php/MethodTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -39,6 +40,7 @@ require_once '_files/TestSampleSingleClass.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_MethodTest extends PHPUnit_Framework_TestCase

+ 2 - 0
tests/Zend/CodeGenerator/Php/ParameterTest.php

@@ -17,6 +17,7 @@
  * @subpackage UnitTests
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+ * @version    $Id $
  */
 
 /**
@@ -37,6 +38,7 @@ require_once '_files/TestSampleSingleClass.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * 
+ * @group Zend_CodeGenerator
  * @group Zend_CodeGenerator_Php
  */
 class Zend_CodeGenerator_Php_ParameterTest extends PHPUnit_Framework_TestCase

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff