Merge "Avoid passing integers to mw.RegExp.escape"
[lhc/web/wiklou.git] / tests / qunit / QUnitTestResources.php
index 310268f..a2d76e0 100644 (file)
@@ -8,7 +8,8 @@ return [
 
        'test.sinonjs' => [
                'scripts' => [
-                       'resources/lib/sinonjs/sinon-1.15.4.js',
+                       'tests/qunit/suites/resources/test.sinonjs/index.js',
+                       'resources/lib/sinonjs/sinon-1.17.3.js',
                        // We want tests to work in IE, but can't include this as it
                        // will break the placeholders in Sinon because the hack it uses
                        // to hijack IE globals relies on running in the global scope