Browse Source

ZF-6641 its only going to take 4 commits to get this bug resolved! hurray!

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16254 44c647ce-9c0f-0410-b52a-842ac1e357ba
wadearnold 16 years ago
parent
commit
390828912b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/Amf/ResponseTest.php

+ 1 - 1
tests/Zend/Amf/ResponseTest.php

@@ -568,7 +568,7 @@ class Zend_Amf_ResponseTest extends PHPUnit_Framework_TestCase
     /**
     /**
      * Check to make sure that cyclic references work inside of the AMF3 serializer
      * Check to make sure that cyclic references work inside of the AMF3 serializer
      * @group ZF-6205
      * @group ZF-6205
-     *
+     */
     public function testReferenceObjectsToAmf3()
     public function testReferenceObjectsToAmf3()
     {
     {
         $data = new ReferenceTest();
         $data = new ReferenceTest();