[SoapBundle] Fixed tests
This commit is contained in:
parent
71d84eddb7
commit
9b0b9a8944
|
@ -275,6 +275,6 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase
|
||||||
$collection->add($complexType);
|
$collection->add($complexType);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $collection;
|
return array('properties' => $collection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue