Updated bootsrap tests (use composer for vendors)

This commit is contained in:
Francis Besset
2013-02-20 16:16:47 +01:00
parent 332872443e
commit f5d49a0236
14 changed files with 22 additions and 39 deletions

View File

@ -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;
}
}
}