Skip to content

Commit ddeffa1

Browse files
committed
docs: replace mention of PHPUnit with Pest
1 parent a50ffd3 commit ddeffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Command | Purpose | Description
110110
-|-|-
111111
`vendor/bin/phpcs` | check code style | Run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to verify that the source code abides by the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style.
112112
`vendor/bin/phpstan` | static analysis | Run [PHPStan](https://phpstan.org/) against the codebase to avoid type-related errors and unsafe coding patterns.
113-
`vendor/bin/phpunit` | check program logic | Run all [PHPUnit](https://phpunit.de/) tests from the [`tests`](tests/) folder.
113+
`vendor/bin/pest` | check program logic | Run all [Pest](https://pestphp.com/) tests from the [`tests`](tests/) folder.
114114

115115
## Credit
116116

0 commit comments

Comments
 (0)