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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user