diff options
author | Marvin Borner | 2018-08-30 17:46:54 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-30 17:46:54 +0200 |
commit | eb22b854b7ccc5ef88f984cde0398542bca242b5 (patch) | |
tree | 1f015fca94743334abd219191c0e4a6778010123 /phpunit.xml | |
parent | 470b6679856a2b7129cc91cbf736d829f1a9a00f (diff) |
Removed tests
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index e7dcff0..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<phpunit backupGlobals="false" - backupStaticAttributes="false" - bootstrap="infrastructure/Testing/bootstrap.php" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false"> - <testsuites> - <testsuite name="Api"> - <directory>./Api/</directory> - </testsuite> - <testsuite name="Infrastructure"> - <directory>./infrastructure/</directory> - </testsuite> - </testsuites> - <php> - <env name="APP_ENV" value="testing"/> - <env name="CACHE_DRIVER" value="array"/> - <env name="SESSION_DRIVER" value="array"/> - <env name="QUEUE_DRIVER" value="sync"/> - </php> -</phpunit> |