Development

#680 ([PATCH] Autoloading of class "WebTestCase" failed.)

You must first sign up to be able to contribute.

Ticket #680 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Autoloading of class "WebTestCase" failed.

Reported by: riedel Assigned to:
Priority: minor Milestone: 1.0.0
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

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'))
     {

Change History

08/23/06 15:30:51 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [1766]) pake: autoloading of class WebTestCase? failed (closes #680)

08/23/06 15:31:02 changed by fabien

  • milestone set to 1.0.0.