Skip to content

Commit 22d4a73

Browse files
committed
Merge pull request ttsuruoka#2 from ha1t/add_phpunit_xml
phpunit.xml.distの追加
2 parents f5012a3 + 0f6b444 commit 22d4a73

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

phpunit.xml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
</phpunit>

0 commit comments

Comments
 (0)