Initial work on adding a Services layer to PHPCI, for better testability. Starting with Projects

This commit is contained in:
Dan Cryer 2014-07-14 14:01:29 +01:00
commit af4cdd90b6
5 changed files with 244 additions and 25 deletions

View file

@ -20,5 +20,8 @@
<testsuite name="PHPCI Plugin Test Suite">
<directory suffix="Test.php">./Tests/PHPCI/Plugin</directory>
</testsuite>
<testsuite name="PHPCI Service Test Suite">
<directory suffix="Test.php">./Tests/PHPCI/Service</directory>
</testsuite>
</testsuites>
</phpunit>