From 2c087e9c8e454747efb35c9fd22a815bd2093470 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 5 Apr 2015 16:15:57 -0700 Subject: Fixing unit tests, includes environment creation/destruction to UnitTestCase base class + ability to override environment in UnitTestCase. --- tests/resources/Config/config.written.ini.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/resources') diff --git a/tests/resources/Config/config.written.ini.php b/tests/resources/Config/config.written.ini.php index b503701229..a412b689db 100644 --- a/tests/resources/Config/config.written.ini.php +++ b/tests/resources/Config/config.written.ini.php @@ -1,6 +1,10 @@ ; DO NOT REMOVE THIS LINE ; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file. +[Development] +disable_merged_assets = 0 + [Category] test = "&6^ geagea'''";;&" -test2 = "&6^ geagea'''";;&" + +[PluginsInstalled] -- cgit v1.2.3