summaryrefslogtreecommitdiff
path: root/http/codebird-php/phpunit.xml.hhvm
diff options
context:
space:
mode:
Diffstat (limited to 'http/codebird-php/phpunit.xml.hhvm')
-rw-r--r--http/codebird-php/phpunit.xml.hhvm22
1 files changed, 0 insertions, 22 deletions
diff --git a/http/codebird-php/phpunit.xml.hhvm b/http/codebird-php/phpunit.xml.hhvm
deleted file mode 100644
index 87e7409..0000000
--- a/http/codebird-php/phpunit.xml.hhvm
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="true"
- backupStaticAttributes="false"
- strict="true"
- timeoutForSmallTests="10"
- timeoutForMediumTests="30"
- colors="true"
- verbose="true">
-
- <testsuites>
- <testsuite name="Environment">
- <file>test/environment_test.php</file>
- </testsuite>
- <testsuite name="Unit">
- <directory suffix="_tests.php">test</directory>
- </testsuite>
- </testsuites>
-
- <logging>
- <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
- </logging>
-</phpunit>