Skip to content

Commit f2085e1

Browse files
author
tsuruoka-n
committed
add phpunit.xml
1 parent f5012a3 commit f2085e1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

phpunit.xml.dist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)