Skip to content

Commit bd38d7a

Browse files
committed
remove old or default phpunit settings
1 parent 9711ae4 commit bd38d7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpunit.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
5-
beStrictAboutTestsThatDoNotTestAnything = "true"
65
beStrictAboutOutputDuringTests = "true"
76
colors = "true"
8-
verbose = "true"
97
bootstrap = "vendor/autoload.php"
108
>
119
<php>

0 commit comments

Comments
 (0)