mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Update assertion message
This commit is contained in:
@@ -41,7 +41,7 @@ class MinifierTest extends \PhraseanetPHPUnitAbstract
|
||||
$file = substr($file, 2);
|
||||
$_GET['f'] = $file;
|
||||
self::$DI['client']->request('GET', '/include/minify/?f=' . $file);
|
||||
$this->assertTrue(self::$DI['client']->getResponse()->isOk(), "Group $name is ok");
|
||||
$this->assertTrue(self::$DI['client']->getResponse()->isOk(), "Group $file is ok");
|
||||
break 2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user