Browse Source

[RELEASE] Backported 21707 to trunk

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21712 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
57220fb946
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php

+ 1 - 1
tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php

@@ -227,7 +227,7 @@ class Zend_Soap_Wsdl_ArrayOfTypeComplexStrategyTest extends PHPUnit_Framework_Te
             $return = $this->wsdl->addComplexType("Zend_Soap_AutoDiscover_Recursion");
         } catch(Exception $e) {
             $this->assertTrue($e instanceof Zend_Soap_Wsdl_Exception);
-            $this->assertEquals("Infinite recursion, cannot nest 'Zend_Soap_AutoDiscover_Recursion' into itsself.", $e->getMessage());
+            $this->assertEquals("Infinite recursion, cannot nest 'Zend_Soap_AutoDiscover_Recursion' into itself.", $e->getMessage());
         }
     }
 }