antimattr/test-case

This package is abandoned and no longer maintained. No replacement package was suggested.

PHPUnit Test Case Assistance

Maintainers

👁 matthewfitz

Package info

github.com/antimattr/test-case

Homepage

pkg:composer/antimattr/test-case

Statistics

Installs: 407

Dependents: 6

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2015-04-20 15:08 UTC

Requires

  • php: >=5.3.2

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0218f066d173c77cafa9ac7fdcaaac33e2e11e03

  • Matthew Fitzgerald <matthewfitz.woop@gmail.com>

phpunitantimattr

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/