This repository was archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
AssertCount - strict test #9
Comments
👍 -int > 0
+int >= 0 |
Adressed in #10 |
Ah yes typo, good catch. |
closing as #10 is on its way :) 👍 |
passed countable object is not part of phpunit, imo outside of scope of this project |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Only allow AssertCount with expected
int > 0
, current PHPUnit checksint
only.In theory a
Countable
can return a negative number, however this should never be considered valid (i.e. abuse of the interface)The text was updated successfully, but these errors were encountered: