If I use:
class ..Test extends WebTestCase?
WebTestCase? can't be found - so it has to be included somewhere....
--- /usr/share/php/pake/tasks/pakeSimpletestTask.class.php.ori 2006-06-28 16:48:11.000000000 +0200
+++ /usr/share/php/pake/tasks/pakeSimpletestTask.class.php 2006-06-28 16:48:29.000000000 +0200
@@ -19,6 +19,7 @@
set_include_path('test'.PATH_SEPARATOR.'lib'.PATH_SEPARATOR.'classes'.PATH_SEPARATOR.get_include_path());
+ include_once('simpletest/web_tester.php');
include_once('simpletest/unit_tester.php');
if (!class_exists('GroupTest'))
{