knutle/test-stubs

Provides simple stub handling for test cases

v0.1.22 2022-09-13 20:34 UTC

README

Provides simple stub handling for test cases

Installation

Install the package

composer require knutle/test-stubs

Usage

See tests.

Testing

Run test suite

composer test

Deployment

Whenever a version tag for a release candidate is pushed, and all tests pass, it will be promoted to the next available stable minor, which in turn will trigger the workflow one final time.

Version tags need to be fully qualified, (for example v1.1 will be rejected, but v1.1.0 is OK)

License

The MIT License (MIT). Please see License File for more information.