antimattr / test-case
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHPUnit Test Case Assistance
v1.0.1
2015-04-20 15:08 UTC
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/