Merge pull request #1653 from orphanedrecord/fix/pest-php-stub-typo

Fix typo in Pest.php stubs
This commit is contained in:
nuno maduro
2026-04-10 11:35:41 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use Tests\TestCase;
|
| The closure you provide to your test functions is always bound to a specific PHPUnit test
| case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may
| need to change it using the "pest()" function to bind a different classes or traits.
| need to change it using the "pest()" function to bind different classes or traits.
|
*/

View File

@ -9,7 +9,7 @@ use Tests\TestCase;
|
| The closure you provide to your test functions is always bound to a specific PHPUnit test
| case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may
| need to change it using the "pest()" function to bind a different classes or traits.
| need to change it using the "pest()" function to bind different classes or traits.
|
*/