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

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
<phpunit bootstrap="tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"

7
tests/bootstrap.php Normal file
View File

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