PEAR is archived and read-only

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

Home » Testing » PHPUnit2 » Bug #6816

never() expectation

Details

Request #6816never() expectation
Submitted2006-02-17 15:43 UTC
Frommaximilian dot gass at arcor dot de
Assignedsebastian
StatusClosed
PackagePHPUnit2
PHP Version5.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.