mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Update unit tests for jQuery path change
This commit is contained in:
parent
25fe55df01
commit
b540c35d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class FrontEndFileHandlerTest extends \Codeception\TestCase\Test
|
||||||
$this->specify("js(body)", function() use($db_info) {
|
$this->specify("js(body)", function() use($db_info) {
|
||||||
$handler = new FrontEndFileHandler();
|
$handler = new FrontEndFileHandler();
|
||||||
$handler->loadFile(array('./common/js/xml_js_filter.js', 'head'));
|
$handler->loadFile(array('./common/js/xml_js_filter.js', 'head'));
|
||||||
|
$expected = array();
|
||||||
$this->assertEquals($handler->getJsFileList('body'), $expected);
|
$this->assertEquals($handler->getJsFileList('body'), $expected);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue