From f6a5e7589396854e10e023c25237b47e512ff047 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 11:23:56 +0000 Subject: Adding SQLMap unit tests. Allow sqlmap to use Prado's caching module to cache records. --- tests/UnitTests/framework/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/UnitTests/framework') diff --git a/tests/UnitTests/framework/common.php b/tests/UnitTests/framework/common.php index 9b7b1b37..7df61c99 100644 --- a/tests/UnitTests/framework/common.php +++ b/tests/UnitTests/framework/common.php @@ -10,7 +10,7 @@ require_once(SIMPLETEST_DIR.'/mock_objects.php'); require_once(SIMPLETEST_DIR.'/reporter.php'); require_once(SIMPLETEST_DIR.'/HtmlReporterWithCoverage.php'); -require_once(FRAMEWORK_DIR.'/core.php'); +require_once(FRAMEWORK_DIR.'/PradoBase.php'); set_include_path(get_include_path().";".FRAMEWORK_DIR); -- cgit v1.2.3