suin/phpunit-bootstrap

PHPUnit 发行版

1.0 2012-09-16 09:57 UTC

This package is auto-updated.

Last update: 2024-09-06 08:47:14 UTC


README

用于快速开始 PHP 单元测试的发行版。

安装

自动安装

curl http://suin.org/phpunit-bootstrap.sh | sh

手动安装

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