Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-07-30 21:37:46 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-07-30 21:37:46 +0400
commit906e61aafe9ff1ff73b16c3738dd00d6d8bfbdd2 (patch)
tree1e1929fa7c09dee753344cb61245c4f964e763e1 /tests/config_test.php
parent2157033b8b6a5aeeecad81dd0b094cbfd76a523b (diff)
- logging system DONE
- fixed bug Access - input filtering functions
Diffstat (limited to 'tests/config_test.php')
-rwxr-xr-xtests/config_test.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/config_test.php b/tests/config_test.php
index 922a74cef3..68306bd53a 100755
--- a/tests/config_test.php
+++ b/tests/config_test.php
@@ -30,11 +30,12 @@ set_include_path(PATH_TEST_TO_ROOT
require_once PIWIK_INCLUDE_PATH . "/modules/ErrorHandler.php";
-set_error_handler('Piwik_ErrorHandler');
+//set_error_handler('Piwik_ErrorHandler');
require_once "Zend/Exception.php";
require_once "Zend/Loader.php";
+Zend_Loader::loadClass('Zend_Registry');
Zend_Loader::loadClass('Zend_Config_Ini');
Zend_Loader::loadClass('Zend_Db');
Zend_Loader::loadClass('Zend_Db_Table');