Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Voke <[email protected]>
  • Loading branch information
dansysanalyst and owenvoke authored Jan 17, 2024
1 parent 13b038d commit 8d1def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test('numeric ranges', function () {
});
```

Sometimes, you may need to trigger a test failure in your Custom Expectation. To do so, use the `test()` method in combination with the [fail()](/docs/exceptions) method.
Sometimes, you may need to trigger a test failure in your Custom Expectation. To do so, use the `test()` method in combination with the [`fail()`](/docs/exceptions) method.

```php
// Pest.php or Expectations.php
Expand Down

0 comments on commit 8d1def5

Please sign in to comment.