elliotchance / elliotchance/concise
Add support for verify in PHPUnit
Open
Component: Matcher
Size: 1 (Small)
Type: Improvement
- Dominant language
- PHP
- Stars
- 45
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It is possible to translate all PHPUnit into assertions like:
``` php
$this->verifyEquals(5, 2 + 3);
```
Handling this with a magic method that catches failures and relays them to concise's verify mechanism.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.