X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fqunit%2FQUnitTestResources.php;h=d55b603ba98180eb21a39332f8d20c2eac2a5144;hb=942f708b61d8d7b79fd3af8415287654e6b79c1c;hp=6c8923d5510012bf3f0a1693e3185cf90ae1e5b8;hpb=69d27cc0b6d779af8d870fd0e8ccb5cd41f887ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/qunit/QUnitTestResources.php b/tests/qunit/QUnitTestResources.php index 6c8923d551..d55b603ba9 100644 --- a/tests/qunit/QUnitTestResources.php +++ b/tests/qunit/QUnitTestResources.php @@ -6,6 +6,12 @@ return [ /* Utilities */ + 'jquery.qunit' => [ + 'scripts' => 'resources/lib/qunitjs/qunit.js', + 'styles' => 'resources/lib/qunitjs/qunit.css', + 'targets' => [ 'desktop', 'mobile' ], + ], + 'test.sinonjs' => [ 'scripts' => [ 'tests/qunit/suites/resources/test.sinonjs/index.js', @@ -41,10 +47,8 @@ return [ 'tests/qunit/suites/resources/jquery/jquery.color.test.js', 'tests/qunit/suites/resources/jquery/jquery.colorUtil.test.js', 'tests/qunit/suites/resources/jquery/jquery.getAttrs.test.js', - 'tests/qunit/suites/resources/jquery/jquery.hidpi.test.js', 'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js', 'tests/qunit/suites/resources/jquery/jquery.lengthLimit.test.js', - 'tests/qunit/suites/resources/jquery/jquery.localize.test.js', 'tests/qunit/suites/resources/jquery/jquery.makeCollapsible.test.js', 'tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js', 'tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js', @@ -102,10 +106,8 @@ return [ 'jquery.color', 'jquery.colorUtil', 'jquery.getAttrs', - 'jquery.hidpi', 'jquery.highlightText', 'jquery.lengthLimit', - 'jquery.localize', 'jquery.makeCollapsible', 'jquery.tabIndex', 'jquery.tablesorter',