File tree 2 files changed +14
-29
lines changed
2 files changed +14
-29
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" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
- <testsuites >
4
- <testsuite name =" Integration" >
5
- <directory suffix =" Test.php" >./tests/Integration</directory >
6
- </testsuite >
7
- </testsuites >
8
- <php >
9
- <env name =" DB_CONNECTION" value =" testing" />
10
- </php >
11
- </phpunit >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ >
7
+ <testsuites >
8
+ <testsuite name =" Integration" >
9
+ <directory suffix =" Test.php" >./tests/Integration</directory >
10
+ </testsuite >
11
+ </testsuites >
12
+ <php >
13
+ <env name =" DB_CONNECTION" value =" testing" />
14
+ </php >
15
+ </phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments