Просмотр исходного кода

ZF-10854 replacing @see with @group in bug-related test methods - applying patch for Adam Lundrigan

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23565 44c647ce-9c0f-0410-b52a-842ac1e357ba
mjh_ca 15 лет назад
Родитель
Сommit
5879e09bcb
38 измененных файлов с 84 добавлено и 89 удалено
  1. 2 2
      tests/Zend/Acl/AclTest.php
  2. 0 1
      tests/Zend/Captcha/FigletTest.php
  3. 1 1
      tests/Zend/Db/Adapter/Pdo/MysqlTest.php
  4. 1 2
      tests/Zend/Db/Adapter/Pdo/SqliteTest.php
  5. 1 1
      tests/Zend/Dojo/Form/Element/ComboBoxTest.php
  6. 1 1
      tests/Zend/Dojo/Form/Element/FilteringSelectTest.php
  7. 1 1
      tests/Zend/Dojo/Form/Element/RadioButtonTest.php
  8. 0 1
      tests/Zend/Dojo/View/Helper/CheckBoxTest.php
  9. 0 1
      tests/Zend/Dojo/View/Helper/DojoTest.php
  10. 5 5
      tests/Zend/Form/Decorator/FieldsetTest.php
  11. 1 1
      tests/Zend/Form/Decorator/FormTest.php
  12. 1 1
      tests/Zend/Form/Decorator/ImageTest.php
  13. 1 1
      tests/Zend/Form/Decorator/LabelTest.php
  14. 2 2
      tests/Zend/Form/DisplayGroupTest.php
  15. 3 3
      tests/Zend/Form/Element/MultiCheckboxTest.php
  16. 2 2
      tests/Zend/Form/Element/MultiselectTest.php
  17. 2 3
      tests/Zend/Form/Element/SelectTest.php
  18. 7 7
      tests/Zend/Form/ElementTest.php
  19. 2 2
      tests/Zend/Form/SubFormTest.php
  20. 1 1
      tests/Zend/Uri/HttpTest.php
  21. 1 1
      tests/Zend/Validate/AbstractTest.php
  22. 6 6
      tests/Zend/Validate/DateTest.php
  23. 4 4
      tests/Zend/Validate/EmailAddressTest.php
  24. 5 5
      tests/Zend/Validate/HostnameTest.php
  25. 2 2
      tests/Zend/Validate/IdenticalTest.php
  26. 2 2
      tests/Zend/Validate/IpTest.php
  27. 1 1
      tests/Zend/Validate/NotEmptyTest.php
  28. 1 1
      tests/Zend/View/Helper/FieldsetTest.php
  29. 7 7
      tests/Zend/View/Helper/FormCheckboxTest.php
  30. 4 4
      tests/Zend/View/Helper/FormPasswordTest.php
  31. 1 1
      tests/Zend/View/Helper/FormRadioTest.php
  32. 1 1
      tests/Zend/View/Helper/FormResetTest.php
  33. 1 1
      tests/Zend/View/Helper/FormTest.php
  34. 1 1
      tests/Zend/View/Helper/HeadTitleTest.php
  35. 5 5
      tests/Zend/View/Helper/HtmlListTest.php
  36. 5 5
      tests/Zend/View/Helper/PartialLoopTest.php
  37. 2 2
      tests/Zend/XmlRpc/ClientTest.php
  38. 1 1
      tests/Zend/XmlRpc/ServerTest.php

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

@@ -1052,7 +1052,7 @@ class Zend_Acl_AclTest extends PHPUnit_Framework_TestCase
      * Ensures that the $onlyParents argument to inheritsRole() works
      *
      * @return void
-     * @see    http://framework.zend.com/issues/browse/ZF-2502
+     * @group ZF-2502
      */
     public function testRoleInheritanceSupportsCheckingOnlyParents()
     {
@@ -1066,7 +1066,7 @@ class Zend_Acl_AclTest extends PHPUnit_Framework_TestCase
      * Ensures that the solution for ZF-2234 works as expected
      *
      * @return void
-     * @see    http://framework.zend.com/issues/browse/ZF-2234
+     * @group ZF-2234
      */
     public function testAclInternalDFSMethodsBehaveProperly()
     {

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

@@ -113,7 +113,6 @@ class Zend_Captcha_FigletTest extends PHPUnit_Framework_TestCase
     }
 
     /*
-     * @see ZF-8268
      * @group ZF-8268
      */
     public function testLabelIdIsCorrect()

+ 1 - 1
tests/Zend/Db/Adapter/Pdo/MysqlTest.php

@@ -105,7 +105,7 @@ class Zend_Db_Adapter_Pdo_MysqlTest extends Zend_Db_Adapter_Pdo_TestCommon
     /**
      * Ensures that driver_options are properly passed along to PDO
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-285
+     * @group ZF-285
      * @return void
      */
     public function testAdapterDriverOptions()

+ 1 - 2
tests/Zend/Db/Adapter/Pdo/SqliteTest.php

@@ -186,8 +186,7 @@ class Zend_Db_Adapter_Pdo_SqliteTest extends Zend_Db_Adapter_Pdo_TestCommon
     }
 
     /**
-     * @return void
-     * @see    http://framework.zend.com/issues/browse/ZF-2293
+     * @group ZF-2293
      */
     public function testAdapterSupportsLengthInTableMetadataForVarcharFields()
     {

+ 1 - 1
tests/Zend/Dojo/Form/Element/ComboBoxTest.php

@@ -146,7 +146,7 @@ class Zend_Dojo_Form_Element_ComboBoxTest extends PHPUnit_Framework_TestCase
     }
 
     /**#@+
-     * @see ZF-3286
+     * @group ZF-3286
      */
     public function testShouldNeverRegisterInArrayValidatorAutomatically()
     {

+ 1 - 1
tests/Zend/Dojo/Form/Element/FilteringSelectTest.php

@@ -116,7 +116,7 @@ class Zend_Dojo_Form_Element_FilteringSelectTest extends PHPUnit_Framework_TestC
     }
 
     /**#@+
-     * @see ZF-3286
+     * @group ZF-3286
      */
     public function testShouldRegisterInArrayValidatorWhenNoStoreProvided()
     {

+ 1 - 1
tests/Zend/Dojo/Form/Element/RadioButtonTest.php

@@ -182,7 +182,7 @@ class Zend_Dojo_Form_Element_RadioButtonTest extends PHPUnit_Framework_TestCase
     }
 
     /**#+
-     * @see ZF-3286
+     * @group ZF-3286
      */
     public function testShouldRegisterInArrayValidatorByDefault()
     {

+ 0 - 1
tests/Zend/Dojo/View/Helper/CheckBoxTest.php

@@ -142,7 +142,6 @@ class Zend_Dojo_View_Helper_CheckBoxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-4006
      * @group ZF-4006
      */
     public function testElementShouldUseCheckedValueForCheckboxInput()

+ 0 - 1
tests/Zend/Dojo/View/Helper/DojoTest.php

@@ -799,7 +799,6 @@ function() {
     }
 
     /**
-     * @see   ZF-3962
      * @group ZF-3962
      */
     public function testHelperShouldAllowDisablingParseOnLoadWithDeclarativeStyle()

+ 5 - 5
tests/Zend/Form/Decorator/FieldsetTest.php

@@ -127,7 +127,7 @@ class Zend_Form_Decorator_FieldsetTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-7054
+     * @group ZF-7054
      */
     public function testCustomIdSupersedesElementId()
     {
@@ -141,7 +141,7 @@ class Zend_Form_Decorator_FieldsetTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2981
+     * @group ZF-2981
      */
     public function testActionAndMethodAttributesShouldNotBePresentInFieldsetTag()
     {
@@ -157,7 +157,7 @@ class Zend_Form_Decorator_FieldsetTest extends PHPUnit_Framework_TestCase
     }
 
     /**#@+
-     * @see ZF-3731
+     * @group ZF-3731
      */
     public function testIdShouldBePrefixedWithFieldset()
     {
@@ -184,7 +184,7 @@ class Zend_Form_Decorator_FieldsetTest extends PHPUnit_Framework_TestCase
     /**#@-*/
 
     /**
-     * @see ZF-3728
+     * @group ZF-3728
      */
     public function testEnctypeAttributeShouldNotBePresentInFieldsetTag()
     {
@@ -200,7 +200,7 @@ class Zend_Form_Decorator_FieldsetTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3499
+     * @group ZF-3499
      */
     public function testHelperAttributeShouldNotBePresentInFieldsetTag()
     {

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

@@ -109,7 +109,7 @@ class Zend_Form_Decorator_FormTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3643
+     * @group ZF-3643
      */
     public function testShouldPreferFormIdAttributeOverFormName()
     {

+ 1 - 1
tests/Zend/Form/Decorator/ImageTest.php

@@ -155,7 +155,7 @@ class Zend_Form_Decorator_ImageTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2714
+     * @group ZF-2714
      */
     public function testImageElementAttributesPassedWithDecoratorOptionsToViewHelper()
     {

+ 1 - 1
tests/Zend/Form/Decorator/LabelTest.php

@@ -211,7 +211,7 @@ class Zend_Form_Decorator_LabelTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3538
+     * @group ZF-3538
      */
     public function testRenderShouldNotUtilizeElementClass()
     {

+ 2 - 2
tests/Zend/Form/DisplayGroupTest.php

@@ -312,7 +312,7 @@ class Zend_Form_DisplayGroupTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3069
+     * @group ZF-3069
      */
     public function testRemovingNamedDecoratorsShouldWork()
     {
@@ -360,7 +360,7 @@ class Zend_Form_DisplayGroupTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3494
+     * @group ZF-3494
      */
     public function testGetViewShouldNotReturnNullWhenViewRendererIsActive()
     {

+ 3 - 3
tests/Zend/Form/Element/MultiCheckboxTest.php

@@ -157,7 +157,7 @@ class Zend_Form_Element_MultiCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2830
+     * @group ZF-2830
      */
     public function testRenderingMulticheckboxCreatesCorrectArrayNotation()
     {
@@ -170,7 +170,7 @@ class Zend_Form_Element_MultiCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2828
+     * @group ZF-2828
      */
     public function testCanPopulateCheckboxOptionsFromPostedData()
     {
@@ -219,7 +219,7 @@ class Zend_Form_Element_MultiCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**#+
-     * @see ZF-3286
+     * @group ZF-3286
      */
     public function testShouldRegisterInArrayValidatorByDefault()
     {

+ 2 - 2
tests/Zend/Form/Element/MultiselectTest.php

@@ -151,7 +151,7 @@ class Zend_Form_Element_MultiselectTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2824
+     * @group ZF-2824
      */
     public function testCanSetMultiOptionsUsingAssocArraysWithKeyValueKeys()
     {
@@ -176,7 +176,7 @@ class Zend_Form_Element_MultiselectTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2824
+     * @group ZF-2824
      */
     public function testCanSetMultiOptionsUsingConfigWithKeyValueKeys()
     {

+ 2 - 3
tests/Zend/Form/Element/SelectTest.php

@@ -137,7 +137,7 @@ class Zend_Form_Element_SelectTest extends PHPUnit_Framework_TestCase
     /**
      * No explicit assertions; just checking for error conditions
      *
-     * @see ZF-2847
+     * @group ZF-2847
      */
     public function testTranslationShouldNotRaiseWarningsWithNestedGroups()
     {
@@ -162,7 +162,6 @@ class Zend_Form_Element_SelectTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see   ZF-3953
      * @group ZF-3953
      */
     public function testUsingZeroAsValueShouldSelectAppropriateOption()
@@ -202,7 +201,7 @@ class Zend_Form_Element_SelectTest extends PHPUnit_Framework_TestCase
      * Test isValid() on select elements without optgroups. This
      * ensures fixing ZF-3985 doesn't break existing functionality.
      *
-     * @see ZF-3985
+     * @group ZF-3985
      */
     public function testIsValidWithPlainOptions()
     {

+ 7 - 7
tests/Zend/Form/ElementTest.php

@@ -182,7 +182,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2851
+     * @group ZF-2851
      */
     public function testSetNameShouldNotAllowEmptyString()
     {
@@ -313,7 +313,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2862
+     * @group ZF-2862
      */
     public function testBreakChainOnFailureFlagsForExistingValidatorsRemainSetWhenNotEmptyValidatorAutoInserted()
     {
@@ -848,7 +848,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**#@+
-     * @see ZF-2988
+     * @group ZF-2988
      */
     public function testSettingErrorMessageShouldOverrideValidationErrorMessages()
     {
@@ -1385,7 +1385,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3597
+     * @group ZF-3597
      */
     public function testAddingConcreteDecoratorShouldHonorOrder()
     {
@@ -1449,7 +1449,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3069
+     * @group ZF-3069
      */
     public function testRemovingNamedDecoratorsShouldWork()
     {
@@ -1516,7 +1516,7 @@ class Zend_Form_ElementTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3376
+     * @group ZF-3376
      */
     public function testSetDecoratorsShouldAcceptReturnOfGetDecorators()
     {
@@ -2201,7 +2201,7 @@ class Zend_Form_ElementTest_ArrayFilter implements Zend_Filter_Interface
     }
 
     /**
-     * @see ZF-6822
+     * @group ZF-6822
      */
     public function testValidatorByUsingStringNotation()
     {

+ 2 - 2
tests/Zend/Form/SubFormTest.php

@@ -95,7 +95,7 @@ class Zend_Form_SubFormTest extends PHPUnit_Framework_TestCase
     // Bugfixes
 
     /**
-     * @see ZF-2883
+     * @group ZF-2883
      */
     public function testDisplayGroupsShouldInheritSubFormNamespace()
     {
@@ -112,7 +112,7 @@ class Zend_Form_SubFormTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3272
+     * @group ZF-3272
      */
     public function testRenderedSubFormDtShouldContainNoBreakSpace()
     {

+ 1 - 1
tests/Zend/Uri/HttpTest.php

@@ -79,7 +79,7 @@ class Zend_Uri_HttpTest extends PHPUnit_Framework_TestCase
      * Make sure an exception is thrown when trying to use fromString() with a
      * non-HTTP scheme
      *
-     * @see http://framework.zend.com/issues/browse/ZF-4395
+     * @group ZF-4395
      *
      * @expectedException Zend_Uri_Exception
      */

+ 1 - 1
tests/Zend/Validate/AbstractTest.php

@@ -201,7 +201,7 @@ class Zend_Validate_AbstractTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-4463
+     * @group ZF-4463
      */
     public function testDoesNotFailOnObjectInput()
     {

+ 6 - 6
tests/Zend/Validate/DateTest.php

@@ -89,7 +89,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
     /**
      * Ensures that characters trailing an otherwise valid date cause the input to be invalid
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-1804
+     * @group ZF-1804
      * @return void
      */
     public function testCharactersTrailingInvalid()
@@ -103,7 +103,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
     /**
      * Ensures that characters leading an otherwise valid date cause the input to be invalid
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-1804
+     * @group ZF-1804
      * @return void
      */
     public function testCharactersLeadingInvalid()
@@ -127,7 +127,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
     /**
      * Ensures that the validator can handle different manual dateformats
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-2003
+     * @group ZF-2003
      * @return void
      */
     public function testUseManualFormat()
@@ -153,7 +153,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
     /**
      * Ensures that the validator can handle different dateformats from locale
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-2003
+     * @group ZF-2003
      * @return void
      */
     public function testUseLocaleFormat()
@@ -191,7 +191,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
     /**
      * Ensures that the validator can handle different dateformats from locale
      *
-     * @see    http://framework.zend.com/issues/browse/ZF-2003
+     * @group ZF-2003
      * @return void
      */
     public function testLocaleContructor()
@@ -249,7 +249,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
      * @param  integer $errline
      * @param  array   $errcontext
      * @return void
-     * @see    http://framework.zend.com/issues/browse/ZF-2789
+     * @group ZF-2789
      */
     public function errorHandlerIgnore($errno, $errstr, $errfile, $errline, array $errcontext)
     {

+ 4 - 4
tests/Zend/Validate/EmailAddressTest.php

@@ -382,7 +382,7 @@ class Zend_Validate_EmailAddressTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2861
+     * @group ZF-2861
      */
     public function testHostnameValidatorMessagesShouldBeTranslated()
     {
@@ -416,7 +416,7 @@ class Zend_Validate_EmailAddressTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-4888
+     * @group ZF-4888
      */
     public function testEmailsExceedingLength()
     {
@@ -430,7 +430,7 @@ class Zend_Validate_EmailAddressTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-4352
+     * @group ZF-4352
      */
     public function testNonStringValidation()
     {
@@ -438,7 +438,7 @@ class Zend_Validate_EmailAddressTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-7490
+     * @group ZF-7490
      */
     public function testSettingHostnameMessagesThroughEmailValidator()
     {

+ 5 - 5
tests/Zend/Validate/HostnameTest.php

@@ -274,8 +274,8 @@ class Zend_Validate_HostnameTest extends PHPUnit_Framework_TestCase
     /**
      * Test changed with ZF-6676, as IP check is only involved when IP patterns match
      *
-     * @see ZF-2861
-     * @see ZF-6676
+     * @group ZF-2861
+     * @group ZF-6676
      */
     public function testValidatorMessagesShouldBeTranslated()
     {
@@ -301,7 +301,7 @@ class Zend_Validate_HostnameTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-6033
+     * @group ZF-6033
      */
     public function testNumberNames()
     {
@@ -320,7 +320,7 @@ class Zend_Validate_HostnameTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-6133
+     * @group ZF-6133
      */
     public function testPunycodeDecoding()
     {
@@ -357,7 +357,7 @@ class Zend_Validate_HostnameTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-7277
+     * @group ZF-7277
      */
     public function testDifferentIconvEncoding()
     {

+ 2 - 2
tests/Zend/Validate/IdenticalTest.php

@@ -102,7 +102,7 @@ class Zend_Validate_IdenticalTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-6953
+     * @group ZF-6953
      */
     public function testValidatingAgainstEmptyToken()
     {
@@ -111,7 +111,7 @@ class Zend_Validate_IdenticalTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-7128
+     * @group ZF-7128
      */
     public function testValidatingAgainstNonStrings()
     {

+ 2 - 2
tests/Zend/Validate/IpTest.php

@@ -117,8 +117,8 @@ class Zend_Validate_IpTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2694
-     * @see ZF-8253
+     * @group ZF-2694
+     * @group ZF-8253
      */
     public function testIPv6addresses()
     {

+ 1 - 1
tests/Zend/Validate/NotEmptyTest.php

@@ -530,7 +530,7 @@ class Zend_Validate_NotEmptyTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3236
+     * @group ZF-3236
      */
     public function testStringWithZeroShouldNotBeTreatedAsEmpty()
     {

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

@@ -93,7 +93,7 @@ class Zend_View_Helper_FieldsetTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2913
+     * @group ZF-2913
      */
     public function testEmptyLegendShouldNotRenderLegendTag()
     {

+ 7 - 7
tests/Zend/View/Helper/FormCheckboxTest.php

@@ -144,7 +144,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2230
+     * @group ZF-2230
      */
     public function testDoesNotRenderHiddenElementsForCheckboxArray()
     {
@@ -156,7 +156,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3149
+     * @group ZF-3149
      */
     public function testShouldRenderHiddenElementShowingUncheckedOptionForNonArrayNames()
     {
@@ -213,7 +213,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3149
+     * @group ZF-3149
      */
     public function testCheckedAttributeNotRenderedIfItEvaluatesToFalse()
     {
@@ -228,7 +228,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3149
+     * @group ZF-3149
      */
     public function testShouldCheckValueIfValueMatchesCheckedOption()
     {
@@ -242,7 +242,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3149
+     * @group ZF-3149
      */
     public function testShouldOnlySetValueIfValueMatchesCheckedOption()
     {
@@ -251,7 +251,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3149
+     * @group ZF-3149
      */
     public function testShouldNotCheckValueIfValueDoesNotMatchCheckedOption()
     {
@@ -274,7 +274,7 @@ class Zend_View_Helper_FormCheckboxTest extends PHPUnit_Framework_TestCase
     }
 
    /**
-    * @see ZF-6467
+    * @group ZF-6467
     */
    public function testShouldNotShowHiddenFieldIfDisableIsTrue()
    {

+ 4 - 4
tests/Zend/View/Helper/FormPasswordTest.php

@@ -74,7 +74,7 @@ class Zend_View_Helper_FormPasswordTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-1666
+     * @group ZF-1666
      */
     public function testCanDisableElement()
     {
@@ -88,7 +88,7 @@ class Zend_View_Helper_FormPasswordTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-1666
+     * @group ZF-1666
      */
     public function testDisablingElementDoesNotRenderHiddenElements()
     {
@@ -121,7 +121,7 @@ class Zend_View_Helper_FormPasswordTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2860
+     * @group ZF-2860
      */
     public function testShouldRenderValueWhenRenderPasswordFlagPresentAndTrue()
     {
@@ -130,7 +130,7 @@ class Zend_View_Helper_FormPasswordTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2860
+     * @group ZF-2860
      */
     public function testRenderPasswordAttribShouldNeverBeRendered()
     {

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

@@ -110,7 +110,7 @@ class Zend_View_Helper_FormRadioTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3206
+     * @group ZF-3206
      */
     public function testSpecifyingLabelPlacementShouldNotOverwriteValue()
     {

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

@@ -91,7 +91,7 @@ class Zend_View_Helper_FormResetTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2845
+     * @group ZF-2845
      */
     public function testShouldAllowDisabling()
     {

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

@@ -99,7 +99,7 @@ class Zend_View_Helper_FormTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3832
+     * @group ZF-3832
      */
     public function testEmptyIdShouldNotRenderIdAttribute()
     {

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

@@ -221,7 +221,7 @@ class Zend_View_Helper_HeadTitleTest extends PHPUnit_Framework_TestCase
     }
 
    /**
-    * @see ZF-8036
+    * @group ZF-8036
     */
     public function testHeadTitleZero()
     {

+ 5 - 5
tests/Zend/View/Helper/HtmlListTest.php

@@ -134,7 +134,7 @@ class Zend_View_Helper_HtmlListTest extends PHPUnit_Framework_TestCase
     }
 
     /*
-     * @see ZF-5018
+     * @group ZF-5018
      */
     public function testMakeNestedUnorderedList()
     {
@@ -150,7 +150,7 @@ class Zend_View_Helper_HtmlListTest extends PHPUnit_Framework_TestCase
     }
 
     /*
-     * @see ZF-5018
+     * @group ZF-5018
      */
     public function testMakeNestedDeepUnorderedList()
     {
@@ -193,7 +193,7 @@ class Zend_View_Helper_HtmlListTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2527
+     * @group ZF-2527
      */
     public function testEscapeFlagHonoredForMultidimensionalLists()
     {
@@ -207,7 +207,7 @@ class Zend_View_Helper_HtmlListTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2527
+     * @group ZF-2527
      * Added the s modifier to match newlines after @see ZF-5018
      */
     public function testAttribsPassedIntoMultidimensionalLists()
@@ -223,7 +223,7 @@ class Zend_View_Helper_HtmlListTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2870
+     * @group ZF-2870
      */
     public function testEscapeFlagShouldBePassedRecursively()
     {

+ 5 - 5
tests/Zend/View/Helper/PartialLoopTest.php

@@ -269,8 +269,8 @@ class Zend_View_Helper_PartialLoopTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3350
-     * @see ZF-3352
+     * @group ZF-3350
+     * @group ZF-3352
      */
     public function testShouldNotCastToArrayIfObjectIsTraversable()
     {
@@ -296,7 +296,7 @@ class Zend_View_Helper_PartialLoopTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-3083
+     * @group ZF-3083
      */
     public function testEmptyArrayPassedToPartialLoopShouldNotThrowException()
     {
@@ -319,7 +319,7 @@ class Zend_View_Helper_PartialLoopTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2737
+     * @group ZF-2737
      * @link http://framework.zend.com/issues/browse/ZF-2737
      */
     public function testPartialLoopIncramentsPartialCounter()
@@ -344,7 +344,7 @@ class Zend_View_Helper_PartialLoopTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-5174
+     * @group ZF-5174
      * @link http://framework.zend.com/issues/browse/ZF-5174
      */
     public function testPartialLoopPartialCounterResets()

+ 2 - 2
tests/Zend/XmlRpc/ClientTest.php

@@ -153,7 +153,7 @@ class Zend_XmlRpc_ClientTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2090
+     * @group ZF-2090
      */
     public function testSuccessfullyDetectsEmptyArrayParameterAsArray()
     {
@@ -174,7 +174,7 @@ class Zend_XmlRpc_ClientTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-1412
+     * @group ZF-1412
      *
      * @return void
      */

+ 1 - 1
tests/Zend/XmlRpc/ServerTest.php

@@ -601,7 +601,7 @@ class Zend_XmlRpc_ServerTest extends PHPUnit_Framework_TestCase
     }
 
     /**
-     * @see ZF-2872
+     * @group ZF-2872
      */
     public function testCanMarshalBase64Requests()
     {