fiw test suite

This commit is contained in:
Manuel Raynaud
2013-10-21 11:40:45 +02:00
parent 6c6227c77a
commit a16fb0d890

View File

@@ -115,6 +115,10 @@ class CacheClearTest extends \PHPUnit_Framework_TestCase
$container->setParameter("kernel.cache_dir", $this->cache_dir);
$dispatcher = $this->getMock("Symfony\Component\EventDispatcher\EventDispatcherInterface");
$container->set("event_dispatcher", $dispatcher);
return $container;
}