From ef9b065600d09b315dda9c63118e38186c0fdd46 Mon Sep 17 00:00:00 2001 From: mattab Date: Sun, 8 Dec 2013 22:47:33 +1300 Subject: [PATCH] reverting --- core/Tracker.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Tracker.php b/core/Tracker.php index 0761eafd46a..abf396cbfd9 100644 --- a/core/Tracker.php +++ b/core/Tracker.php @@ -787,6 +787,8 @@ public static function setTestEnvironment($args = null, $requestMethod = null) // Disable provider plugin, because it is so slow to do many reverse ip lookups self::setPluginsNotToLoad($pluginsDisabled); + // we load 'DevicesDetection' in tests only (disabled by default) + self::setPluginsToLoad(array('DevicesDetection')); } /**