restructure tests, use composer to autoload test requirements

This commit is contained in:
Chris Boulton 2013-01-12 22:01:13 +11:00
parent 8a7f11f906
commit 8d6da21473
8 changed files with 9 additions and 24 deletions

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
bootstrap="test/bootstrap.php"
backupStaticAttributes="false"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"