summaryrefslogtreecommitdiff
path: root/http/codebird-php/phpunit.xml.hhvm
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-12-27 14:39:45 +0100
committeremkael <emkael@tlen.pl>2016-12-27 14:39:45 +0100
commitb0c56f6ad819d4ce5712f144db56684b5a4236fa (patch)
tree9e06c00200dd2f7c6fabc4fb5bebdb92609b2f9e /http/codebird-php/phpunit.xml.hhvm
parent892bd776366f431f74213250bbf15ff44c600829 (diff)
* library
Diffstat (limited to 'http/codebird-php/phpunit.xml.hhvm')
-rw-r--r--http/codebird-php/phpunit.xml.hhvm22
1 files changed, 22 insertions, 0 deletions
diff --git a/http/codebird-php/phpunit.xml.hhvm b/http/codebird-php/phpunit.xml.hhvm
new file mode 100644
index 0000000..87e7409
--- /dev/null
+++ b/http/codebird-php/phpunit.xml.hhvm
@@ -0,0 +1,22 @@
+<?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>