From 28b1e7ff8f03e654e56a822b48528b418e40a52f Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Mon, 30 Mar 2015 12:57:57 +0200 Subject: [PATCH] Don't explicitly depend on jquery.qunit This breaks qunit-karma-based test running, since qunit-karma loads its own QUnit instance. This closes T94394. --- DataValuesJavaScript.php | 2 -- lib/resources.php | 1 - 2 files changed, 3 deletions(-) diff --git a/DataValuesJavaScript.php b/DataValuesJavaScript.php index 8fce1ec..780bbef 100644 --- a/DataValuesJavaScript.php +++ b/DataValuesJavaScript.php @@ -64,7 +64,6 @@ ), 'dependencies' => array( 'dataValues.DataValue', - 'jquery.qunit', 'util.inherit', 'valueFormatters', ), @@ -76,7 +75,6 @@ ), 'dependencies' => array( 'dataValues.DataValue', - 'jquery.qunit', 'util.inherit', 'valueParsers', ), diff --git a/lib/resources.php b/lib/resources.php index 4e6be62..e44ac05 100644 --- a/lib/resources.php +++ b/lib/resources.php @@ -30,7 +30,6 @@ 'qunit.parameterize/qunit.parameterize.js', ), 'dependencies' => array( - 'jquery.qunit', ), ),