Skip to content

Commit

Permalink
docs: replace mention of PHPUnit with Pest
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed Feb 21, 2025
1 parent b276f10 commit facc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ Command | Purpose | Description
-|-|-
`vendor/bin/phpcs` | check code style | Run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to verify that the Fuse source code abides by the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style.
`vendor/bin/phpstan` | static analysis | Run [PHPStan](https://phpstan.org/) against the codebase to avoid type-related errors and unsafe coding patterns.
`vendor/bin/phpunit` | check program logic | Run all [PHPUnit](https://phpunit.de/) tests from the [`tests`](tests/) folder.
`vendor/bin/pest` | check program logic | Run all [Pest](https://pestphp.com/) tests from the [`tests`](tests/) folder.

### Contributing

Expand Down

0 comments on commit facc6ee

Please sign in to comment.