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

@ -1,8 +1,10 @@
<?php
/*
* This file is part of the BeSimpleSoapBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
* (c) Francis Besset <francis.besset@gmail.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.

View File

@ -5,5 +5,6 @@ namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
class Attributes
{
public $foo;
public $bar;
}
}

View File

@ -17,4 +17,4 @@ class ComplexType
{
$this->foo = $foo;
}
}
}

View File

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