mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Fix build
This commit is contained in:
@@ -20,7 +20,6 @@ class module_console_systemTemplateGeneratorTest extends PHPUnit_Framework_TestC
|
||||
$commandTester = new CommandTester($command);
|
||||
$commandTester->execute(array('command' => $command->getName()));
|
||||
|
||||
$lines = explode("\n", trim($commandTester->getDisplay()));
|
||||
$last_line = array_pop(explode("\n", trim($commandTester->getDisplay())));
|
||||
|
||||
$this->assertTrue(strpos($last_line, 'templates failed') === false, 'Some templates failed');
|
||||
|
Reference in New Issue
Block a user