From: Gunnar Wrobel Date: Mon, 12 Apr 2010 04:28:01 +0000 (+0200) Subject: This init() call is required in AllTests.php to correctly initialize the class and... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f20feec4ede2627c063d2d6e282c1529d05c172c;p=horde.git This init() call is required in AllTests.php to correctly initialize the class and inform it about its own location. --- diff --git a/framework/ActiveSync/test/Horde/ActiveSync/AllTests.php b/framework/ActiveSync/test/Horde/ActiveSync/AllTests.php index 9e7ff4819..140f9393b 100644 --- a/framework/ActiveSync/test/Horde/ActiveSync/AllTests.php +++ b/framework/ActiveSync/test/Horde/ActiveSync/AllTests.php @@ -27,9 +27,10 @@ require_once 'Horde/Test/AllTests.php'; */ class Horde_ActiveSync_AllTests extends Horde_Test_AllTests { - } +Horde_ActiveSync_AllTests::init('Horde_ActiveSync', __FILE__); + if (PHPUnit_MAIN_METHOD == 'Horde_ActiveSync_AllTests::main') { Horde_ActiveSync_AllTests::main('Horde_ActiveSync', __FILE__); }