### Setup Development Dependencies Source: https://github.com/pestphp/pest-plugin/blob/3.x/CONTRIBUTING.md Installs the necessary development dependencies for the PestPHP Pest Plugin using Composer. ```bash composer install ``` -------------------------------- ### Run All Tests Source: https://github.com/pestphp/pest-plugin/blob/3.x/CONTRIBUTING.md Executes all tests for the PestPHP Pest Plugin. ```bash composer test ``` -------------------------------- ### Run Unit Tests Source: https://github.com/pestphp/pest-plugin/blob/3.x/CONTRIBUTING.md Executes only the unit tests for the PestPHP Pest Plugin. ```bash composer test:unit ``` -------------------------------- ### Lint Code Source: https://github.com/pestphp/pest-plugin/blob/3.x/CONTRIBUTING.md Runs the code linting process to ensure adherence to coding style standards. ```bash composer lint ``` -------------------------------- ### Check Types Source: https://github.com/pestphp/pest-plugin/blob/3.x/CONTRIBUTING.md Performs type checking on the codebase. ```bash composer test:types ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.