mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
cleanup
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user