Disable CSS/JS concatenation during legacy unit tests

This commit is contained in:
Kijin Sung 2016-05-04 21:57:48 +09:00
parent ad86e03c5e
commit 9a30c10ce8
2 changed files with 5 additions and 3 deletions

View file

@ -15,6 +15,7 @@ class FrontEndFileHandlerTest extends \Codeception\TestCase\Test
HTMLDisplayHandler::$reservedCSS = '/xxx$/';
HTMLDisplayHandler::$reservedJS = '/xxx$/';
FrontEndFileHandler::$minify = 'none';
FrontEndFileHandler::$concat = 'none';
$this->specify("js(head)", function() {
$handler = new FrontEndFileHandler();