From 0838ffada3f56fe151c1d96c623cb8982736ef9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B6fer?= <kim@suma-ev.de> Date: Fri, 4 Dec 2020 09:40:37 +0100 Subject: [PATCH] Remove Redundant File --- phpunit.dusk.xml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 phpunit.dusk.xml diff --git a/phpunit.dusk.xml b/phpunit.dusk.xml deleted file mode 100644 index 60392c932..000000000 --- a/phpunit.dusk.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<phpunit backupGlobals="false" - backupStaticAttributes="false" - bootstrap="vendor/autoload.php" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false"> - <testsuites> - <testsuite name="Browser Test Suite"> - <directory suffix="Test.php">./tests/Browser</directory> - </testsuite> - </testsuites> - <filter> - <whitelist processUncoveredFilesFromWhitelist="true"> - <directory suffix=".php">./app</directory> - </whitelist> - </filter> -</phpunit> -- GitLab