|
From: Marcus B. <ma...@wo...> - 2009-09-07 14:41:19
|
Hi... Guilhem Martin wrote: > Before: > $test=new GroupTest($filename); > $test->addTestFile($fullpath); > > After: > $test=new TestSuite($filename); > $test->addFile($fullpath); If you check out the file HELP_MY_TESTS_DONT_WORK_ANYMORE in teh project root, it lists this and any other updates you probably want to make. > > Best Regards, > > Guilhem. yours, Marcus |