mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
fix some testes
This commit is contained in:
@@ -521,6 +521,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
$purger = new Doctrine\Common\DataFixtures\Purger\ORMPurger();
|
||||
$executor = new Doctrine\Common\DataFixtures\Executor\ORMExecutor(self::$core->getEntityManager(), $purger);
|
||||
$executor->execute(array());
|
||||
self::$core["CacheService"]->flushAll();
|
||||
}
|
||||
|
||||
protected function assertDateAtom($date)
|
||||
|
Reference in New Issue
Block a user