Add missing RL dependency ext.uls.init to test module ext.uls.tests
Bug: T93510 Change-Id: Ie1280c8b442be70d4b6f53bf85a5f9b7fdc29dbc
This commit is contained in:
@@ -108,7 +108,7 @@ class UniversalLanguageSelectorHooks {
|
|||||||
public static function addTestModules( array &$testModules, ResourceLoader &$resourceLoader ) {
|
public static function addTestModules( array &$testModules, ResourceLoader &$resourceLoader ) {
|
||||||
$testModules['qunit']['ext.uls.tests'] = array(
|
$testModules['qunit']['ext.uls.tests'] = array(
|
||||||
'scripts' => array( 'tests/qunit/ext.uls.tests.js' ),
|
'scripts' => array( 'tests/qunit/ext.uls.tests.js' ),
|
||||||
'dependencies' => array( 'jquery.uls', 'ext.uls.preferences' ),
|
'dependencies' => array( 'jquery.uls', 'ext.uls.init', 'ext.uls.preferences' ),
|
||||||
'localBasePath' => __DIR__,
|
'localBasePath' => __DIR__,
|
||||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user