antimattr / test-case
PHPUnit Test Case Assistance
Installs: 404
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/antimattr/test-case
Requires
- php: >=5.3.2
Requires (Dev)
- fabpot/php-cs-fixer: 0.5.*@dev
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2018-07-08 17:46:59 UTC
README
The AntiMattr test case is a library that provides assistance for PHPUnit.
Installation
Use composer to install
composer install
Please use the pre-commit hook to run fix code to PSR standard
Install once with
./bin/install.sh
Copying /test-case/bin/pre-commit.sh -> /test-case/bin/../.git/hooks/pre-commit
Testing
$ vendor/bin/phpunit
Code Sniffer and Fixer
$ vendor/bin/php-cs-fixer fix src/ $ vendor/bin/php-cs-fixer fix tests/