ソースを参照

Replacing @issue in docblocks with correct @group annotation

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23612 44c647ce-9c0f-0410-b52a-842ac1e357ba
mjh_ca 15 年 前
コミット
4eb3b7b7c6

+ 1 - 1
tests/Zend/Acl/AclTest.php

@@ -1181,7 +1181,7 @@ class Zend_Acl_AclTest extends PHPUnit_Framework_TestCase
     /**
      * Returns an array of registered roles
      * @expectedException PHPUnit_Framework_Error
-     * @issue ZF-5638
+     * @group ZF-5638
      */
     public function testGetRegisteredRoles()
     {

+ 1 - 1
tests/Zend/AuthTest.php

@@ -37,7 +37,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
 require_once 'Zend/Session.php';
 
 /**
- * @issue ZF-7882 - temp solution provided by {@link http://www.alexatnet.com/node/12}
+ * @group ZF-7882 - temp solution provided by {@link http://www.alexatnet.com/node/12}
  */
 Zend_Session::start();
 

+ 2 - 2
tests/Zend/Cache/CoreTest.php

@@ -62,7 +62,7 @@ class Zend_Cache_CoreTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-7568
+     * @group ZF-7568
      */
     public function testConstructorCorrectCallWithZendConfig()
     {
@@ -72,7 +72,7 @@ class Zend_Cache_CoreTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-7568
+     * @group ZF-7568
      */
     public function testSettingOptionsWithZendConfig()
     {

+ 1 - 1
tests/Zend/Controller/Router/Route/RegexTest.php

@@ -408,7 +408,7 @@ class Zend_Controller_Router_Route_RegexTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2301
+     * @group ZF-2301
      */
     public function testAssemblyOfRouteWithMergedMatchedParts()
     {

+ 1 - 1
tests/Zend/Feed/ArrayAccessTest.php

@@ -89,7 +89,7 @@ class Zend_Feed_ArrayAccessTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-5354
+     * @group ZF-5354
      */
     public function testGetsLinkWithEmptyOrMissingRelAsAlternateRel()
     {

+ 1 - 1
tests/Zend/Feed/ImportTest.php

@@ -449,7 +449,7 @@ class Zend_Feed_ImportTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-5903
+     * @group ZF-5903
      */
     public function testFindFeedsIncludesUriAsArrayKey()
     {

+ 1 - 1
tests/Zend/Feed/Reader/Entry/RssTest.php

@@ -2137,7 +2137,7 @@ class Zend_Feed_Reader_Entry_RssTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-7908
+     * @group ZF-7908
      */
     public function testGetsDateModifiedFromRss20_UnrecognisedGmtFormat()
     {

+ 4 - 4
tests/Zend/Filter/InflectorTest.php

@@ -428,7 +428,7 @@ class Zend_Filter_InflectorTest extends PHPUnit_Framework_TestCase
     /**
      * Added str_replace('\\', '\\\\', ..) to all processedParts values to disable backreferences
      *
-     * @issue ZF-2538 Zend_Filter_Inflector::filter() fails with all numeric folder on Windows
+     * @group ZF-2538 Zend_Filter_Inflector::filter() fails with all numeric folder on Windows
      */
     public function testCheckInflectorWithPregBackreferenceLikeParts()
     {
@@ -458,7 +458,7 @@ class Zend_Filter_InflectorTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2522
+     * @group ZF-2522
      */
     public function testTestForFalseInConstructorParams()
     {
@@ -471,7 +471,7 @@ class Zend_Filter_InflectorTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2964
+     * @group ZF-2964
      */
     public function testNoInflectableTarget()
     {
@@ -481,7 +481,7 @@ class Zend_Filter_InflectorTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-7544
+     * @group ZF-7544
      */
     public function testAddFilterRuleMultipleTimes()
     {

+ 1 - 1
tests/Zend/Form/FormTest.php

@@ -577,7 +577,7 @@ class Zend_Form_FormTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-7067
+     * @group ZF-7067
      */
     public function testCanSetActionWithGetParams()
     {

+ 1 - 1
tests/Zend/Loader/PluginLoaderTest.php

@@ -368,7 +368,7 @@ class Zend_Loader_PluginLoaderTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2741
+     * @group ZF-2741
      */
     public function testWin32UnderscoreSpacedShortNamesWillLoad()
     {

+ 1 - 1
tests/Zend/Service/Nirvanix/Namespace/ImfsTest.php

@@ -102,7 +102,7 @@ class Zend_Service_Nirvanix_Namespace_ImfsTest extends Zend_Service_Nirvanix_Fun
     }
 
     /**
-     * @issue ZF-6860
+     * @group ZF-6860
      */
     public function testDestinationPathFormatSentToServiceAsParameterUsesUnixConvention()
     {

+ 2 - 2
tests/Zend/View/Helper/ActionTest.php

@@ -279,7 +279,7 @@ class Zend_View_Helper_ActionTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2716
+     * @group ZF-2716
      */
     public function testActionWithPartialsUseOfViewRendererReturnsToOriginatingViewState()
     {
@@ -299,7 +299,7 @@ class Zend_View_Helper_ActionTest extends PHPUnit_Framework_TestCase
     /**
      * Future ViewRenderer State issues should be included in this test.
      *
-     * @issue ZF-2846
+     * @group ZF-2846
      */
     public function testActionReturnsViewRendererToOriginalState()
     {

+ 1 - 1
tests/Zend/View/Helper/FormErrorsTest.php

@@ -161,7 +161,7 @@ class Zend_View_Helper_FormErrorsTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-3477
+     * @group ZF-3477
      * @link http://framework.zend.com/issues/browse/ZF-3477
      */
     public function testCanSetClassAttribute()

+ 1 - 1
tests/Zend/View/Helper/FormRadioTest.php

@@ -366,7 +366,7 @@ class Zend_View_Helper_FormRadioTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-5681
+     * @group ZF-5681
      */
     public function testRadioLabelDoesNotContainHardCodedStyle()
     {

+ 3 - 3
tests/Zend/View/Helper/HeadLinkTest.php

@@ -409,7 +409,7 @@ class Zend_View_Helper_HeadLinkTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-3928
+     * @group ZF-3928
      * @link http://framework.zend.com/issues/browse/ZF-3928
      */
     public function testTurnOffAutoEscapeDoesNotEncodeAmpersand()
@@ -440,7 +440,7 @@ class Zend_View_Helper_HeadLinkTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-5435
+     * @group ZF-5435
      */
     public function testContainerMaintainsCorrectOrderOfItems()
     {
@@ -460,7 +460,7 @@ class Zend_View_Helper_HeadLinkTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-10345
+     * @group ZF-10345
      */
     public function testIdAttributeIsSupported()
     {

+ 6 - 6
tests/Zend/View/Helper/HeadMetaTest.php

@@ -418,7 +418,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2663
+     * @group ZF-2663
      */
     public function testSetNameDoesntClobber()
     {
@@ -435,7 +435,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2663
+     * @group ZF-2663
      */
     public function testSetNameDoesntClobberPart2()
     {
@@ -453,7 +453,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-3780
+     * @group ZF-3780
      * @link http://framework.zend.com/issues/browse/ZF-3780
      */
     public function testPlacesMetaTagsInProperOrder()
@@ -469,7 +469,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-5435
+     * @group ZF-5435
      */
     public function testContainerMaintainsCorrectOrderOfItems()
     {
@@ -490,7 +490,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
     }
 
 	/**
-	 * @issue ZF-7722
+	 * @group ZF-7722
 	 */
 	public function testCharsetValidateFail()
 	{
@@ -504,7 +504,7 @@ class Zend_View_Helper_HeadMetaTest extends PHPUnit_Framework_TestCase
 	}
 
 	/**
-	 * @issue ZF-7722
+	 * @group ZF-7722
 	 */
 	public function testCharset() {
 		$view = new Zend_View();

+ 2 - 2
tests/Zend/View/Helper/HeadScriptTest.php

@@ -406,7 +406,7 @@ document.write(bar.strlen());');
     }
 
     /**
-     * @issue ZF-3928
+     * @group ZF-3928
      * @link http://framework.zend.com/issues/browse/ZF-3928
      */
     public function testTurnOffAutoEscapeDoesNotEncodeAmpersand()
@@ -431,7 +431,7 @@ document.write(bar.strlen());');
     }
 
     /**
-     * @issue ZF-5435
+     * @group ZF-5435
      */
     public function testContainerMaintainsCorrectOrderOfItems()
     {

+ 1 - 1
tests/Zend/View/Helper/HeadStyleTest.php

@@ -417,7 +417,7 @@ a {
     }
 
     /**
-     * @issue ZF-5435
+     * @group ZF-5435
      */
     public function testContainerMaintainsCorrectOrderOfItems()
     {

+ 2 - 2
tests/Zend/View/Helper/HeadTitleTest.php

@@ -183,7 +183,7 @@ class Zend_View_Helper_HeadTitleTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2918
+     * @group ZF-2918
      * @link http://framework.zend.com/issues/browse/ZF-2918
      */
     public function testZF2918()
@@ -196,7 +196,7 @@ class Zend_View_Helper_HeadTitleTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-3577
+     * @group ZF-3577
      * @link http://framework.zend.com/issues/browse/ZF-3577
      */
     public function testZF3577()

+ 1 - 1
tests/Zend/ViewTest.php

@@ -940,7 +940,7 @@ class Zend_ViewTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @issue ZF-2742
+     * @group ZF-2742
      */
     public function testGetHelperWorksWithPredefinedClassNames()
     {