stematic/testing

Testing and coding standards package.

Maintainers

Package info

github.com/Stematic/testing

pkg:composer/stematic/testing

Statistics

Installs: 778

Dependents: 3

Suggesters: 0

Stars: 3

Open Issues: 0

1.0.0 2022-08-11 14:53 UTC

This package is auto-updated.

Last update: 2026-03-05 00:22:15 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.