Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrnik committed Apr 19, 2021
1 parent b2e0f64 commit e212a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Trait for easier exception testing in [PHPUnit](https://github.com/sebastianberg

## Usage:

Add a trait `use Zrnik\PHPUnit\Exception;` to your test case.
Add a trait `use Zrnik\PHPUnit\Exceptions;` to your test case.
Then the testing assertions are available.

```php
Expand Down

0 comments on commit e212a9c

Please sign in to comment.