Add missing RL dependency ext.uls.init to test module ext.uls.tests

Bug: T93510
Change-Id: Ie1280c8b442be70d4b6f53bf85a5f9b7fdc29dbc
This commit is contained in:
Santhosh Thottingal
2015-03-24 10:42:42 +05:30
parent faa1d2412c
commit dc2b8492b3

View File

@@ -108,7 +108,7 @@ class UniversalLanguageSelectorHooks {
public static function addTestModules( array &$testModules, ResourceLoader &$resourceLoader ) {
$testModules['qunit']['ext.uls.tests'] = array(
'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__,
'remoteExtPath' => 'UniversalLanguageSelector',
);