Fixed typo

This commit is contained in:
Francis Besset 2011-07-27 23:38:21 +02:00
parent a0a3216469
commit 4e6592a38e
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase
$this->assertSame(12, $result['attributes'][1]->bar);
}
public function testProcessMessageWithComplexTypeIntoComplexType()
public function testProcessMessageWithComplexTypeMethods()
{
$methods = new \stdClass();
$methods->foo = 'bar';
@ -102,7 +102,7 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase
$this->assertSame(23, $result['setters']->getBar());
}
public function testProcessMessageWithComplexTypeMethods()
public function testProcessMessageWithComplexTypeIntoComplexType()
{
$complexType = new \stdClass();
$foo = $complexType->foo = new \stdClass();