Updated bootsrap tests (use composer for vendors)
This commit is contained in:
@ -5,5 +5,6 @@ namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
|
||||
class Attributes
|
||||
{
|
||||
public $foo;
|
||||
|
||||
public $bar;
|
||||
}
|
||||
}
|
||||
|
@ -17,4 +17,4 @@ class ComplexType
|
||||
{
|
||||
$this->foo = $foo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
|
||||
class Setters
|
||||
{
|
||||
private $foo;
|
||||
|
||||
private $bar;
|
||||
|
||||
public function getFoo()
|
||||
@ -26,4 +27,4 @@ class Setters
|
||||
{
|
||||
$this->bar = $bar;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user