Revert "More donking with testing"

This reverts commit 7f3ceea77b.

# Conflicts:
#	.travis.yml
This commit is contained in:
snipe
2015-08-12 23:37:37 -07:00
parent 1159cdeab2
commit 1f7e0a2893
7 changed files with 43 additions and 68 deletions
+3 -5
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
@@ -9,12 +10,9 @@
stopOnFailure="false"
syntaxCheck="false"
>
<php>
<ini name="display_errors" value="true"/>
</php>
<testsuites>
<testsuite name="Snipe-IT Test Suite">
<directory>tests/unit/</directory>
<testsuite name="Application Test Suite">
<directory>./app/tests/</directory>
</testsuite>
</testsuites>
</phpunit>