Fix incorrect testing of CSS file index in FrontEndFileHandler

This commit is contained in:
Kijin Sung 2020-10-31 15:27:47 +09:00
parent 5bc79fc400
commit 99728527f9
2 changed files with 1 additions and 2 deletions

View file

@ -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$/';