suin / phpunit-bootstrap
PHPUnit distribution
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Language:Shell
Requires
- php: >=5.3.2
- eher/phpunit: >=1.6
- mockery/mockery: >=0.7.2
- suin/php-expose: >=1.0
This package is auto-updated.
Last update: 2024-11-06 09:06:36 UTC
README
A distribution for quick start unit testing on PHP.
Installation
Install automatically:
curl http://suin.org/phpunit-bootstrap.sh | sh
Install manually:
composer.phar create-project suin/phpunit-bootstrap tests
cd tests
# Remove unnecessary files
rm -rf .git README.md
# Make README for test directory
mv README.dist.md README.md