Skip to content

Commit bd731fe

Browse files
committed
Update phpunit.xml
1 parent d439ca1 commit bd731fe

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

phpunit.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
backupGlobals="false"
44
bootstrap="vendor/autoload.php"
55
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
96
processIsolation="false"
107
stopOnError="false"
118
stopOnFailure="false"
12-
verbose="true"
9+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
10+
backupStaticProperties="false"
1311
>
14-
<testsuites>
15-
<testsuite name="Laratrust Test Suite">
16-
<directory suffix="Test.php">./tests/</directory>
17-
</testsuite>
18-
</testsuites>
19-
</phpunit>
12+
<testsuites>
13+
<testsuite name="Laratrust Test Suite">
14+
<directory suffix="Test.php">./tests/</directory>
15+
<exclude>./tests/Middleware/MiddlewareTest.php</exclude>
16+
</testsuite>
17+
</testsuites>
18+
</phpunit>

0 commit comments

Comments
 (0)