mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix unit tests
This commit is contained in:
@@ -6,7 +6,12 @@ class AdminCollectionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
{
|
||||
protected $client;
|
||||
public static $createdCollections = array();
|
||||
protected static $useExceptionHandler = true;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
self::$DI['app.use-exception-handler'] = true;
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
|
Reference in New Issue
Block a user