Adding non-interactive installation mode.

Closes #641
This commit is contained in:
Marco Vito Moscaritolo 2014-11-10 22:50:44 +01:00 committed by Dan Cryer
commit 207411d5fc
3 changed files with 396 additions and 58 deletions

View file

@ -11,6 +11,9 @@
bootstrap="./Tests/bootstrap.php"
>
<testsuites>
<testsuite name="PHPCI Command Test Suite">
<directory suffix="Test.php">./Tests/PHPCI/Command</directory>
</testsuite>
<testsuite name="PHPCI Helper Test Suite">
<directory suffix="Test.php">./Tests/PHPCI/Helper</directory>
</testsuite>