mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Fix Pest comment typo while still honoring the Otwellian Waterfall
This commit is contained in:
@ -9,7 +9,7 @@ use Tests\TestCase;
|
|||||||
|
|
|
|
||||||
| The closure you provide to your test functions is always bound to a specific PHPUnit test
|
| 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
|
| 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.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ use Tests\TestCase;
|
|||||||
|
|
|
|
||||||
| The closure you provide to your test functions is always bound to a specific PHPUnit test
|
| 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
|
| 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.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user