Edit report at https://pear.php.net/bugs/bug.php?id=18979&edit=1
ID: 18979
Updated by: daniel.oconnor@gmail.com
Reported By: paul dot voss at burnabit dot com
Summary: Missing "=" in help text
-Status: Open
+Status: Bogus
Type: Bug
Package: PHPUnit
Operating System: MacOS 10.6.8
Package Version: Unknown
PHP Version: 5.3.8
Roadmap Versions:
New Comment:
-Status: Open
+Status: Bogus
Hey Paul; this is the wrong spot for phpunit bugs. Head on over to
phpunit.de /
github to raise an issue.
Previous Comments:
------------------------------------------------------------------------
[2011-11-10 19:31:40] pvoss
Description:
------------
I just tried to generate a test coverage report in text format and
noticed that there is a small mistake in the help text.
The "=" between --coverage-text <file> is missing.
Test script:
---------------
phpunit --coverage-text testcoverage.txt
Expected result:
----------------
A text file testcoverage.txt is being generated containing coverage
information.
Actual result:
--------------
Result: Cannot open file "testcoverage.txt.php".
------------------------------------------------------------------------