Updated phpunit tests

This commit is contained in:
Alex Bilbie
2016-02-12 17:53:07 +00:00
parent 7f2fd69d0a
commit 08ad67e401
3 changed files with 297 additions and 3 deletions

5
tests/Bootstrap.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
if (! @include_once __DIR__ . '/../vendor/autoload.php') {
exit("You must set up the project dependencies, run the following commands:\n> wget http://getcomposer.org/composer.phar\n> php composer.phar install\n");
}