mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Miscellaneous fixes and optimizations
This commit is contained in:
parent
4bb565dd51
commit
f8e020f8ec
3 changed files with 28 additions and 32 deletions
|
|
@ -13,7 +13,7 @@ class FrontEndFileHandlerTest extends \Codeception\TestCase\Test
|
|||
public function testFrontEndFileHandler()
|
||||
{
|
||||
$handler = new FrontEndFileHandler();
|
||||
$db_info = Context::getDBInfo();
|
||||
$db_info = Context::getDBInfo() ?: new stdClass;
|
||||
$db_info->minify_scripts = 'N';
|
||||
Context::setDBInfo($db_info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue