Skip to content

Commit

Permalink
Update writing-tests.md
Browse files Browse the repository at this point in the history
phpunit 11.x links should point to 11.4 now
  • Loading branch information
carlcasbolt authored Oct 24, 2024
1 parent bfffb4d commit 73a789c
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/11.3/assertions.html](https://docs.phpunit.de/en/11.3/assertions.html)
You can find the full documentation for PHPUnit's assertion API on the PHPUnit website: [docs.phpunit.de/en/11.4/assertions.html](https://docs.phpunit.de/en/11.4/assertions.html)

---

Expand Down

0 comments on commit 73a789c

Please sign in to comment.