Fix signature compatibility.
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:12:14 +0000 (16:12 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:12:14 +0000 (16:12 +0200)
framework/Db/test/Horde/Db/AllTests.php

index c929c61..87acf2d 100644 (file)
@@ -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());
     }