This commit is contained in:
Nicolas Le Goff
2012-01-06 16:22:15 +01:00
parent 01a9bc5e0c
commit bc22fa35d2
4 changed files with 741 additions and 605 deletions

View File

@@ -24,15 +24,4 @@ use Symfony\Component\HttpFoundation\Response;
abstract class PhraseanetWebTestCaseAbstract extends PhraseanetPHPUnitAbstract
{
public function createClient(array $options = array(), array $server = array())
{
return new Client($this->app);
}
public function setUp()
{
parent::setUp();
$this->app = $this->createApplication();
}
}