summaryrefslogtreecommitdiff
path: root/vendor/thecodingmachine/safe/phpunit.xml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thecodingmachine/safe/phpunit.xml.dist')
-rw-r--r--vendor/thecodingmachine/safe/phpunit.xml.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/thecodingmachine/safe/phpunit.xml.dist b/vendor/thecodingmachine/safe/phpunit.xml.dist
deleted file mode 100644
index ca32f3b38..000000000
--- a/vendor/thecodingmachine/safe/phpunit.xml.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
- colors="true"
- bootstrap="vendor/autoload.php"
->
- <testsuites>
- <testsuite name="Main test Suite">
- <directory>./tests/</directory>
- </testsuite>
- </testsuites>
-</phpunit>