From 48ca46bff85583fbc1b6c3e890a28a2589e128a3 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Sep 2010 16:12:14 +0200 Subject: [PATCH] Fix signature compatibility. --- framework/Db/test/Horde/Db/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Db/test/Horde/Db/AllTests.php b/framework/Db/test/Horde/Db/AllTests.php index c929c615a..87acf2de6 100644 --- a/framework/Db/test/Horde/Db/AllTests.php +++ b/framework/Db/test/Horde/Db/AllTests.php @@ -37,7 +37,7 @@ class Horde_Db_AllTests extends Horde_Test_AllTests /** * Main entry point for running the suite. */ - public static function main() + public static function main($package = null, $file = null) { PHPUnit_TextUI_TestRunner::run(self::suite()); } -- 2.11.0