projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccfc02a
)
Fix signature compatibility.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:12:14 +0000
(16:12 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:12:14 +0000
(16:12 +0200)
framework/Db/test/Horde/Db/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/Db/test/Horde/Db/AllTests.php
b/framework/Db/test/Horde/Db/AllTests.php
index
c929c61
..
87acf2d
100644
(file)
--- 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());
}