Fix unit tests

This commit is contained in:
Romain Neutron
2012-09-26 15:24:05 +02:00
parent e483da5513
commit 25104a70fa
7 changed files with 24 additions and 17 deletions

View File

@@ -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()
{