Update unit tests for jQuery path change

This commit is contained in:
Kijin Sung 2016-01-15 13:17:23 +09:00
parent 25fe55df01
commit b540c35d2a

View file

@ -33,6 +33,7 @@ class FrontEndFileHandlerTest extends \Codeception\TestCase\Test
$this->specify("js(body)", function() use($db_info) {
$handler = new FrontEndFileHandler();
$handler->loadFile(array('./common/js/xml_js_filter.js', 'head'));
$expected = array();
$this->assertEquals($handler->getJsFileList('body'), $expected);
});