File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false"
3
- colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true"
4
- convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false"
5
- bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ bootstrap =" vendor/autoload.php"
5
+ backupGlobals =" false"
6
+ backupStaticAttributes =" false"
7
+ colors =" true"
8
+ verbose =" true"
9
+ convertErrorsToExceptions =" true"
10
+ convertNoticesToExceptions =" true"
11
+ convertWarningsToExceptions =" true"
12
+ processIsolation =" false"
13
+ stopOnFailure =" false"
14
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
15
+ >
6
16
<coverage >
7
17
<include >
8
18
<directory >./src</directory >
9
19
</include >
10
- <exclude >
11
- <directory >./tests</directory >
12
- <directory >./vendor</directory >
13
- </exclude >
14
20
</coverage >
15
21
<testsuites >
16
22
<testsuite name =" Tests" >
21
27
<env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
22
28
<env name =" DB_CONNECTION" value =" testing" />
23
29
</php >
24
-
25
30
</phpunit >
You can’t perform that action at this time.
0 commit comments