Updated bootsrap tests (use composer for vendors)
This commit is contained in:
3
Tests/fixtures/ServiceBinding/Bar.php
vendored
3
Tests/fixtures/ServiceBinding/Bar.php
vendored
@ -5,6 +5,7 @@ namespace BeSimple\SoapBundle\Tests\fixtures\ServiceBinding;
|
||||
class Bar
|
||||
{
|
||||
private $foo;
|
||||
|
||||
private $bar;
|
||||
|
||||
public function __construct($foo, $bar)
|
||||
@ -12,4 +13,4 @@ class Bar
|
||||
$this->foo = $foo;
|
||||
$this->bar = $bar;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ class BarRecursive
|
||||
{
|
||||
$this->foo = $foo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
Tests/fixtures/ServiceBinding/Foo.php
vendored
2
Tests/fixtures/ServiceBinding/Foo.php
vendored
@ -12,4 +12,4 @@ class Foo
|
||||
$this->foo = $foo;
|
||||
$this->bar = $bar;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
Tests/fixtures/ServiceBinding/FooBar.php
vendored
2
Tests/fixtures/ServiceBinding/FooBar.php
vendored
@ -12,4 +12,4 @@ class FooBar
|
||||
$this->foo = $foo;
|
||||
$this->bar = $bar;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace BeSimple\SoapBundle\Tests\fixtures\ServiceBinding;
|
||||
class FooRecursive
|
||||
{
|
||||
public $bar;
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,7 @@ class SimpleArrays
|
||||
public $array1;
|
||||
|
||||
private $array2;
|
||||
|
||||
private $array3;
|
||||
|
||||
public function __construct($array1, $array2, $array3)
|
||||
|
Reference in New Issue
Block a user