We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5012a3 commit f2085e1Copy full SHA for f2085e1
phpunit.xml.dist
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<phpunit backupGlobals="false"
3
+ backupStaticAttribute="false"
4
+ colors="true"
5
+ convertErrorsToExceptions="true"
6
+ convertNoticesToExceptions="true"
7
+ convertWarningsToExceptions="true"
8
+ processIsolation="false"
9
+ stopOnFailure="false"
10
+ syntaxCheck="false">
11
+ <testsuite name="Test Suite">
12
+ <directory>./tests</directory>
13
+ </testsuite>
14
+ <php>
15
+ <ini name="date.timezone" value="utc" />
16
+ </php>
17
+</phpunit>
0 commit comments