From: Gunnar Wrobel Date: Wed, 10 Feb 2010 16:45:19 +0000 (+0100) Subject: Use the main method from the parent class to avoid strict warnings. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b507ee46750b26a7e209d15926985cd52dd2a110;p=horde.git Use the main method from the parent class to avoid strict warnings. --- diff --git a/framework/Db/test/Horde/Db/AllTests.php b/framework/Db/test/Horde/Db/AllTests.php index da5e9f5b8..77595575a 100644 --- a/framework/Db/test/Horde/Db/AllTests.php +++ b/framework/Db/test/Horde/Db/AllTests.php @@ -34,11 +34,6 @@ date_default_timezone_set('America/New_York'); */ class Horde_Db_AllTests extends Horde_Test_AllTests { - public static function main() - { - PHPUnit_TextUI_TestRunner::run(self::suite()); - } - public static function suite() { // Catch strict standards