|
From: Guilhem M. <gui...@gm...> - 2009-09-03 14:10:42
|
Hello all,
I've just upgraded from PHP 5.2.9-2 to 5.3.0 and I cannot run my simpletest
suite no more.
I got the following error:
PHP Fatal error: Call to undefined method GroupTest::GroupTest() in
C:\path\to\_AllTests_Test.php on line 7
The error refers to:
class FlexibleComputing_SDK_Test extends GroupTest {
function FlexibleComputing_SDK_Test() {
parent::GroupTest(''); // <-- line 7
If I use PHP5.2.9-2/php.exe, then it's fine.
Any idea about this?
Thanks,
Guilhem.
|