Home » Testing » PHPUnit2 » Bug #6816
never() expectation
Details
| Request #6816 | never() expectation |
|---|---|
| Submitted | 2006-02-17 15:43 UTC |
| From | maximilian dot gass at arcor dot de |
| Assigned | sebastian |
| Status | Closed |
| Package | PHPUnit2 |
| PHP Version | 5.1.2 |
| Roadmaps | (Not assigned) |
Comments
[2006-02-17 15:43 UTC] maximilian dot gass at arcor dot de
Description:
------------
It would be nice to be able to use self::never() instead of
self::exactly(0) when setting up Expectations.
[2006-02-17 16:10 UTC] sebastian at php dot net
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.