Added tests on RpcLiteralRequestMessageBinder
This commit is contained in:
9
Tests/ServiceBinding/fixtures/Attributes.php
Normal file
9
Tests/ServiceBinding/fixtures/Attributes.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
|
||||
|
||||
class Attributes
|
||||
{
|
||||
public $foo;
|
||||
public $bar;
|
||||
}
|
Reference in New Issue
Block a user