You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Only allow AssertCount with expected int > 0, current PHPUnit checks int only.
In theory a Countable can return a negative number, however this should never be considered valid (i.e. abuse of the interface)