File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments