Added unit tests on RpcLiteralRequestMessageBinder
This commit is contained in:
13
Tests/ServiceBinding/fixtures/Foo.php
Normal file
13
Tests/ServiceBinding/fixtures/Foo.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
|
||||
|
||||
class Foo
|
||||
{
|
||||
public $bar;
|
||||
|
||||
public function __construct($bar = null)
|
||||
{
|
||||
$this->bar = $bar;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user