Remove debug output

This commit is contained in:
Nicolas Le Goff
2012-10-11 17:27:25 +02:00
parent 7c922c2ecc
commit 3ccc7f579f

View File

@@ -135,6 +135,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
return $app;
});
self::$DI['client'] = self::$DI->share(function($DI) {
return new Client($DI['app'], array());
});