suin/phpunit-bootstrap

PHPUnit distribution

1.0 2012-09-16 09:57 UTC

This package is auto-updated.

Last update: 2024-04-06 07:59:23 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