mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix incorrect testing of CSS file index in FrontEndFileHandler
This commit is contained in:
parent
5bc79fc400
commit
99728527f9
2 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ class FrontEndFileHandlerTest extends \Codeception\TestCase\Test
|
|||
|
||||
public function testFrontEndFileHandler()
|
||||
{
|
||||
$handler = new FrontEndFileHandler();
|
||||
$reservedCSS = HTMLDisplayHandler::$reservedCSS;
|
||||
$reservedJS = HTMLDisplayHandler::$reservedJS;
|
||||
HTMLDisplayHandler::$reservedCSS = '/xxx$/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue