[SoapBundle] Fixed tests

This commit is contained in:
Francis Besset 2013-08-06 11:43:40 +02:00
parent 71d84eddb7
commit 9b0b9a8944
1 changed files with 1 additions and 1 deletions

View File

@ -275,6 +275,6 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase
$collection->add($complexType); $collection->add($complexType);
} }
return $collection; return array('properties' => $collection);
} }
} }