Index: trunk/phase3/tests/qunit/QUnitTestResources.php |
— | — | @@ -24,13 +24,6 @@ |
25 | 25 | 'tests/qunit/suites/resources/mediawiki/mediawiki.user.test.js', |
26 | 26 | 'tests/qunit/suites/resources/mediawiki/mediawiki.util.test.js', |
27 | 27 | 'tests/qunit/suites/resources/mediawiki.special/mediawiki.special.recentchanges.test.js', |
28 | | - |
29 | | - // *has mw-config def: |
30 | | - // This means the module overwrites/sets mw.config variables, reason being that |
31 | | - // the static /qunit/index.html has an empty mw.config since it's static. |
32 | | - // Until /qunit/index.html is fully replaceable and WMF's TestSwarm is up and running |
33 | | - // with Special:JavaScriptTest - untill then, it is important that tests do not depend |
34 | | - // on anything being in mw.config (not even wgServer). |
35 | 28 | ), |
36 | 29 | 'dependencies' => array( |
37 | 30 | 'jquery.autoEllipsis', |