8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3f217 commit d765e92Copy full SHA for d765e92
phpunit.xml
@@ -1,20 +1,13 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit backupGlobals="false"
3
- backupStaticAttributes="false"
4
- beStrictAboutTestsThatDoNotTestAnything="false"
5
- bootstrap="vendor/autoload.php"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
+ backupGlobals="false"
6
colors="true"
7
- convertErrorsToExceptions="true"
8
- convertNoticesToExceptions="true"
9
- convertWarningsToExceptions="true"
10
- processIsolation="false"
11
- stopOnError="false"
12
- stopOnFailure="false"
13
verbose="true"
14
>
15
<testsuites>
16
<testsuite name="test">
17
- <directory suffix="Test.php">./tests</directory>
+ <directory>./tests</directory>
18
</testsuite>
19
</testsuites>
20
<filter>
0 commit comments