mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Remove qunit tests from mobile
ext.echo.overlay isn't loaded in mobile, so don't load the test in mobile. Bug: 69316 Change-Id: Iddd68aca84c69bed10a2afe4aea8463890485e26
This commit is contained in:
parent
9edea65079
commit
ffd082b738
|
@ -54,7 +54,6 @@ class EchoHooks {
|
||||||
$testModuleBoilerplate = array(
|
$testModuleBoilerplate = array(
|
||||||
'localBasePath' => __DIR__,
|
'localBasePath' => __DIR__,
|
||||||
'remoteExtPath' => 'Echo',
|
'remoteExtPath' => 'Echo',
|
||||||
'targets' => array( 'desktop', 'mobile' ),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// find test files for every RL module
|
// find test files for every RL module
|
||||||
|
|
Loading…
Reference in a new issue