Fixed automated testing

This commit is contained in:
Stephen Hoogendijk
2015-06-23 09:58:32 +02:00
parent 54fbd31ce2
commit e7980313c1
2 changed files with 8 additions and 1 deletions

7
tests/bootstrap.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* @author Stephen "TheCodeAssassin" Hoogendijk
*/
// autoload dependencies
require __DIR__ . '/../vendor/autoload.php';