stematic / testing
Testing and coding standards package.
1.0.0
2022-08-11 14:53 UTC
Requires
- php: ^8.0.2
- laravel-zero/phar-updater: ^1.2
- nunomaduro/larastan: ^2.0
- phploc/phploc: ^7.0
- phpunit/phpunit: ^9.5
- sebastian/phpcpd: ^6.0
- slevomat/coding-standard: ^7.0.19
- squizlabs/php_codesniffer: ^3.6
- webimpress/coding-standard: ^1.2.4
Requires (Dev)
- laminas/laminas-servicemanager: 3.11.x-dev
- laminas/laminas-text: 2.10.x-dev
- laravel-zero/framework: ^9.0
- nunomaduro/collision: ^6.1
- nunomaduro/patrol: ^1.1
- nunomaduro/termwind: ^1.3
- orchestra/testbench: ^v7.0.0
- roave/security-advisories: dev-master
- spatie/laravel-ignition: ^1.0.4
This package is auto-updated.
Last update: 2024-11-04 21:20:48 UTC
README
About Stematic Testing
Provides a binary application to validate any coding standards issues (using PHP Code Sniffer) and runs the PHPUnit test suites.
Installation
Add the testing module to your develop dependencies in your package / Laravel application.
composer require --dev stematic/testing
Usage
vendor/bin/testing cs
vendor/bin/testing test
The cs
command will run all Coding Standards related checks and outputs the status. The rules are configured to use a subset of the Slevomat Coding Standard with some additional quality of life sniffs.