Skip to content

Commit

Permalink
Merge pull request #263 from gigerIT/patch-1
Browse files Browse the repository at this point in the history
Update plugins.md link to Laravel 11 testing docs
  • Loading branch information
nunomaduro authored Jul 30, 2024
2 parents 1630ecb + 29ccfb5 commit ef8a351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ As you may expect, all of the assertions that were previously accessible via `$t
use function Pest\Laravel\{actingAs, get, post, delete, ...};
```

You can find the full testing documentation on the Laravel website: [laravel.com/docs/10.x/testing](https://laravel.com/docs/10.x/testing).
You can find the full testing documentation on the Laravel website: [laravel.com/docs/11.x/testing](https://laravel.com/docs/11.x/testing).

---

Expand Down

0 comments on commit ef8a351

Please sign in to comment.