elliotchance / elliotchance/concise
describe() for assertions
Open
Component: Matcher
Size: 2 (Medium)
Type: Feature
- Dominant language
- PHP
- Stars
- 45
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
``` php
$this->describe("a must be greater than b")
->assert(3)->isGreaterThan(0);
```
Instead of:
``` php
$this->assert("a must be greater than b", 3)->isGreaterThan(0);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.