From: Jan Schneider Date: Mon, 13 Sep 2010 14:12:14 +0000 (+0200) Subject: Fix signature compatibility. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=48ca46bff85583fbc1b6c3e890a28a2589e128a3;p=horde.git Fix signature compatibility. --- 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()); }