fix some testes

This commit is contained in:
Nicolas Le Goff
2012-02-24 20:16:31 +01:00
parent ba61356541
commit f22219f83c
4 changed files with 12 additions and 5 deletions

View File

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