aboutsummaryrefslogtreecommitdiff
path: root/backyard/php-api/trunk/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'backyard/php-api/trunk/phpunit.xml')
-rw-r--r--backyard/php-api/trunk/phpunit.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/backyard/php-api/trunk/phpunit.xml b/backyard/php-api/trunk/phpunit.xml
deleted file mode 100644
index 08522be..0000000
--- a/backyard/php-api/trunk/phpunit.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="false"
- backupStaticAttributes="false"
- bootstrap="bootstrap/autoload.php"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- stopOnFailure="false"
- syntaxCheck="false">
- <testsuites>
- <testsuite name="Application Test Suite">
- <directory>./tests/</directory>
- </testsuite>
- </testsuites>
- <php>
- <env name="APP_ENV" value="testing"/>
- <env name="CACHE_DRIVER" value="array"/>
- <env name="SESSION_DRIVER" value="array"/>
- </php>
-</phpunit>