webino / testing
Testing support package.
1.0.0
2019-06-24 10:42 UTC
Requires
- php: ~7.1
- webino/nette-tester: 2.3.0
Requires (Dev)
- phpstan/phpstan: 0.*
- squizlabs/php_codesniffer: 3.*
- tracy/tracy: 2.*
This package is auto-updated.
Last update: 2024-10-25 08:31:00 UTC
README
Testing support package.
Recommended Usage
Use embedded binary to run tests.
Setup
composer require webino\testing
Quick Use
Test all:
bin/webino-test
Test matching pattern:
bin/webino-test Example
Development
Static analysis:
composer analyse
Coding style check:
composer check
Coding style fix:
composer fix
Testing:
composer test
Git pre-commit setup:
ln -s ../../pre-commit .git/hooks/pre-commit
Addendum
Please, if you are interested in this library report any issues and don't hesitate to contribute. We will appreciate any contributions on development of this library.