stematic/testing

Testing and coding standards package.

1.0.0 2022-08-11 14:53 UTC

This package is auto-updated.

Last update: 2024-04-04 20:07:47 UTC


README

stematic-testing-banner.png

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.