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