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.
2 parents f5012a3 + 0f6b444 commit 22d4a73Copy full SHA for 22d4a73
phpunit.xml.dist
@@ -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