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
Support for full PHPUnit public API (#5)
* Support for full PHPUnit public API
Separate methods inherited from the PHPUnit library to an individual trait for clarity and maintainability
added documentation via PHP annotations
* Added docs for list of supported asserts
* re-added some custom methods dropped by accident. Fix little typo.
* Updated list of supported assertions.
* Improved docs.
* Fix assertCount msg optional