mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Disable CSS/JS concatenation during legacy unit tests
This commit is contained in:
parent
ad86e03c5e
commit
9a30c10ce8
2 changed files with 5 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue