Merge branch 'master' of https://github.com/sarunas/BeSimpleSoapBundle into sarunas-master
Conflicts: ServiceBinding/RpcLiteralResponseMessageBinder.php
This commit is contained in:
@ -133,7 +133,7 @@ class RpcLiteralRequestMessageBinderTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
|
||||
$result = $result['simple_arrays'];
|
||||
$this->assertEquals(array(), $result->array1);
|
||||
$this->assertEquals(null, $result->array1);
|
||||
$this->assertEquals(array(), $result->getArray2());
|
||||
$this->assertEquals($array, $result->getArray3());
|
||||
}
|
||||
|
Reference in New Issue
Block a user