PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Testing » PHPUnit » Bug #26

File missing in PHPUnit 1.0.0 alpha 1

Details

Submitted2003-09-22 10:05 UTC
Fromschumaml at gmx dot de
Assignedsebastian
StatusClosed
PackagePHPUnit
PHP Version5.0.0b1 (beta1)
OSMicrosoft Windows 2000
Roadmaps(Not assigned)

Comments

[2003-09-22 10:05 UTC] schumaml at gmx dot de

Description:
------------
PHPUnit/TextUI/ResultPrinter.php is missing.

Reproduce code:
---------------
Run the PHPUnit tests.

Actual result:
--------------
Tried to run the PHPUnit tests from the command line and got the follwowing:

D:\Program Files\php\PEAR\pear\PHPUnit\Tests>php AllTests.php

PHP Warning: main(PHPUnit/TextUI/ResultPrinter.php): failed to open stream: No such file or directory in D:\Progra~1\php\PEAR\pear\PHPUnit\TextUI\TestRunner.php on line 28
PHP Fatal error: main(): Failed opening required 'PHPUnit/TextUI/ResultPrinter.php' (include_path=' .;D:\Progra~1\php\PEAR\pear') in D:\Progra~1\php\PEAR\pear\PHPUnit\TextUI\TestRunner.php on line 28
Content-type: text/html
X-Powered-By: PHP/5.0.0b1

[2003-09-22 10:10 UTC] sebastian at php dot net

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.

In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.

Thank you for the report, and for helping us make PHP better.