From 08c51aebcf30b303bf979a420a4a6114198e8d57 Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Thu, 8 Sep 2011 21:24:40 +0200 Subject: [PATCH] Fixed typo --- Tests/ServiceBinding/RpcLiteralRequestMessageBinderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/ServiceBinding/RpcLiteralRequestMessageBinderTest.php b/Tests/ServiceBinding/RpcLiteralRequestMessageBinderTest.php index dac112a..4aab753 100644 --- a/Tests/ServiceBinding/RpcLiteralRequestMessageBinderTest.php +++ b/Tests/ServiceBinding/RpcLiteralRequestMessageBinderTest.php @@ -188,12 +188,12 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase array('bar', 'int'), )); - $this->definitionComplexTypes['\BeSimple\SoapBundle\Tests\ServiceBinding\fixtures\Bar'] = $this->createComplexTypeCollection(array( + $definitionComplexTypes['BeSimple\SoapBundle\Tests\fixtures\ServiceBinding\Bar'] = $this->createComplexTypeCollection(array( array('foo', 'string'), array('bar', 'int', true), )); - $this->definitionComplexTypes['\BeSimple\SoapBundle\Tests\ServiceBinding\fixtures\FooBar'] = $this->createComplexTypeCollection(array( + $definitionComplexTypes['BeSimple\SoapBundle\Tests\fixtures\ServiceBinding\FooBar'] = $this->createComplexTypeCollection(array( array('foo', 'BeSimple\SoapBundle\Tests\fixtures\ServiceBinding\Foo'), array('bar', 'BeSimple\SoapBundle\Tests\fixtures\ServiceBinding\Bar'), ));