Skip to content

Commit

Permalink
Mention conditional loading in API
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Oct 30, 2017
1 parent 1f48a03 commit 4e64066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ finish_spying();

## PHPUnit Custom Assertions

These are methods available on instances of `\Spies\TestCase`.
These are methods available on instances of `\Spies\TestCase`, which is loaded only if PHPUnit is loaded.

### Constraints for `assertThat()`

Expand Down

0 comments on commit 4e64066

Please sign in to comment.