X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fqunit%2FQUnitTestResources.php;h=6c8923d5510012bf3f0a1693e3185cf90ae1e5b8;hb=0756849eb8450909d14dcb619307bdf07f0c7fcd;hp=3b511c27cf6bb6cd7b6424c96fd48535118df356;hpb=3aa8c6a332ea90c9d1efeb5341aa323f1316d915;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/qunit/QUnitTestResources.php b/tests/qunit/QUnitTestResources.php index 3b511c27cf..6c8923d551 100644 --- a/tests/qunit/QUnitTestResources.php +++ b/tests/qunit/QUnitTestResources.php @@ -9,14 +9,7 @@ return [ 'test.sinonjs' => [ 'scripts' => [ '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 - // and in ResourceLoader this won't be running in the global scope. - // Including it results (among other things) in sandboxed timers - // being broken due to Date inheritance being undefined. - // 'resources/lib/sinonjs/sinon-ie-1.15.4.js', + 'resources/lib/sinonjs/sinon.js', ], 'targets' => [ 'desktop', 'mobile' ], ],