File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
/.idea
2
2
/.vscode
3
+ /.phpunit.cache
3
4
/vendor
4
5
.php-cs-fixer.cache
5
6
.phpunit.result.cache
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
- convertDeprecationsToExceptions =" true"
5
- convertErrorsToExceptions =" true"
6
- convertNoticesToExceptions =" true"
7
- convertWarningsToExceptions =" true"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd"
4
+ backupGlobals =" false"
8
5
processIsolation =" false"
9
6
bootstrap =" vendor/autoload.php"
10
7
colors =" true"
11
8
stopOnFailure =" false"
12
- >
9
+ cacheDirectory =" .phpunit.cache"
10
+ backupStaticProperties =" false" >
13
11
<testsuites >
14
12
<testsuite name =" Multi Payment Test Suite" >
15
13
<directory suffix =" Test.php" >./tests</directory >
You can’t perform that action at this time.
0 commit comments