Skip to content

Commit a49a39d

Browse files
authored
docs: resolve incorrect references to PHPUnit 12
1 parent 779edde commit a49a39d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upgrade-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ All other Pest maintained plugins should be updated to version `^4.0` in your ap
2727
+ "pestphp/pest-plugin-laravel": "^4.0",
2828
```
2929

30-
### PHPUnit 11 2 Changes
30+
### PHPUnit 12 Changes
3131

3232
> Likelihood Of Impact: Medium
3333
34-
Pest 4 is built on top of PHPUnit 12. This means that any notable changes made to PHPUnit 12 might have an impact on your test suite. To examine all the changes introduced in PHPUnit 12, please consult the [PHPUnit 12 changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.0/ChangeLog-11.0.md).
34+
Pest 4 is built on top of PHPUnit 12. This means that any notable changes made to PHPUnit 12 might have an impact on your test suite. To examine all the changes introduced in PHPUnit 12, please consult the [PHPUnit 12 changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.0/ChangeLog-12.0.md).
3535

3636
---
3737

0 commit comments

Comments
 (0)