File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
4
+ backupGlobals =" false"
5
+ backupStaticAttributes =" false"
6
+ bootstrap =" vendor/autoload.php"
7
+ colors =" true"
8
+ convertErrorsToExceptions =" true"
9
+ convertNoticesToExceptions =" true"
10
+ convertWarningsToExceptions =" true"
11
+ processIsolation =" false"
12
+ stopOnFailure =" false" >
13
+ <testsuites >
14
+ <testsuite name =" Unit" >
15
+ <directory suffix =" Test.php" >./tests/Unit</directory >
16
+ </testsuite >
17
+
18
+ <testsuite name =" Feature" >
19
+ <directory suffix =" Test.php" >./tests/Feature</directory >
20
+ </testsuite >
21
+ </testsuites >
22
+ <php >
23
+ <server name =" APP_ENV" value =" testing" />
24
+ </php >
25
+ </phpunit >
You can’t perform that action at this time.
0 commit comments