Skip to content

Commit 7ab3b82

Browse files
committed
Rename and fix .phpunit.xml.dist
1 parent b14c48c commit 7ab3b82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

phpunit.xml renamed to phpunit.xml.dist

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4+
beStrictAboutTestsThatDoNotTestAnything="false"
5+
beStrictAboutOutputDuringTests="true"
46
bootstrap="vendor/autoload.php"
57
colors="true"
68
convertErrorsToExceptions="true"
79
convertNoticesToExceptions="true"
810
convertWarningsToExceptions="true"
911
processIsolation="false"
10-
stopOnFailure="false">
12+
stopOnError="false"
13+
stopOnFailure="false"
14+
verbose="true"
15+
>
1116
<testsuites>
12-
<testsuite name="main">
17+
<testsuite name="Laravel Testing Tools Test Suite">
1318
<directory suffix="Test.php">./tests</directory>
1419
</testsuite>
1520
</testsuites>

0 commit comments

Comments
 (0)