knutle / test-stubs
Provides simple stub handling for test cases
v0.1.22
2022-09-13 20:34 UTC
Requires
- php: ^8.1
- illuminate/support: ^8.0|^9.0
- symfony/filesystem: ^6.0
- symfony/finder: ^5.4|^6.0
Requires (Dev)
- pestphp/pest: ^1.21
- symfony/var-dumper: ^5.4|^6.0
- dev-main
- v0.1.22
- v0.1.21-rc2
- v0.1.21-rc1
- v0.1.20
- v0.1.19-rc1
- v0.1.18
- v0.1.17-rc4
- v0.1.17-rc3
- v0.1.17-rc2
- v0.1.17-rc1
- v0.1.16
- v0.1.15-rc5
- v0.1.15-rc4
- v0.1.15-rc3
- v0.1.15-rc2
- v0.1.15-rc1
- v0.1.14
- v0.1.13-rc7
- v0.1.13-rc6
- v0.1.13-rc5
- v0.1.13-rc4
- v0.1.13-rc3
- v0.1.13-rc2
- v0.1.13-rc1
- v0.1.12
- v0.1.11
- v0.1.11-rc7
- v0.1.11-rc6
- v0.1.11-rc5
- v0.1.11-rc4
- v0.1.11-rc3
- v0.1.11-rc2
- v0.1.11-rc1
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2024-10-14 01:16:10 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.