Skip to content

Commit 6bb60e3

Browse files
committed
Rename and fix .phpunit.xml.dist
1 parent 9b4f67c commit 6bb60e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpunit.xml renamed to phpunit.xml.dist

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
44
beStrictAboutTestsThatDoNotTestAnything="false"
5+
beStrictAboutOutputDuringTests="true"
56
bootstrap="vendor/autoload.php"
67
colors="true"
78
convertErrorsToExceptions="true"
89
convertNoticesToExceptions="true"
910
convertWarningsToExceptions="true"
1011
processIsolation="false"
11-
stopOnFailure="false">
12+
stopOnError="false"
13+
stopOnFailure="false"
14+
verbose="true"
15+
>
1216
<testsuites>
13-
<testsuite name="main">
17+
<testsuite name="Laravel Helper Functions Test Suite">
1418
<directory suffix="Test.php">./tests</directory>
1519
</testsuite>
1620
</testsuites>

0 commit comments

Comments
 (0)