elliotchance / elliotchance/concise

Add support for verify in PHPUnit

Open
#245 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.