Skip to content

Commit

Permalink
Merge pull request #257 from Lubje/patch-1
Browse files Browse the repository at this point in the history
Fix PHPUnit assertion API link
  • Loading branch information
nunomaduro authored Feb 18, 2024
2 parents d892d66 + 5998ffe commit e9c9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test('sum', function () {
});
```

You can find the full documentation for PHPUnit's assertion API on the PHPUnit website: [docs.phpunit.de/en/10.0/assertions.html](https://docs.phpunit.de/en/10.0/assertions.html)
You can find the full documentation for PHPUnit's assertion API on the PHPUnit website: [docs.phpunit.de/en/10.5/assertions.html](https://docs.phpunit.de/en/10.5/assertions.html)

---

Expand Down

0 comments on commit e9c9ea8

Please sign in to comment.