The branch, master has been updated via 8b064f07906057aeeb465dd94e74ef1cc36be453 (commit) from 66f38160ea85f179d33563a450aca0919d624f74 (commit)
- Log ----------------------------------------------------------------- commit 8b064f07906057aeeb465dd94e74ef1cc36be453 Author: Michal Čihař mcihar@suse.cz Date: Mon Dec 19 15:37:25 2011 +0100
Add missing require
-----------------------------------------------------------------------
Summary of changes: test/classes/PMA_Config_test.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php index 38d555f..991765a 100644 --- a/test/classes/PMA_Config_test.php +++ b/test/classes/PMA_Config_test.php @@ -11,6 +11,7 @@ /* * Include to test. */ +require_once 'libraries/core.lib.php'; require_once 'libraries/Config.class.php'; require_once 'libraries/relation.lib.php';
hooks/post-receive