You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
112
112
`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.
0 commit comments