File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 28
28
"paypal/rest-api-sdk-php" : " ~1.0"
29
29
},
30
30
"require-dev" : {
31
- "phpunit /phpunit" : " ^5.7 " ,
32
- "symfony/phpunit-bridge " : " ^3.1|^4 "
31
+ "symfony /phpunit-bridge " : " ^6.0 " ,
32
+ "php-http/guzzle6-adapter " : " ^1.1.1 "
33
33
},
34
34
"autoload" : {
35
35
"psr-0" : { "Payum\\ Paypal\\ Rest" : " " }
43
43
"dev-master" : " 2.0.x-dev"
44
44
}
45
45
}
46
- }
47
-
48
-
49
-
46
+ }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- < phpunit backupGlobals =" false"
2
+ < phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3
+ backupGlobals =" false"
4
4
backupStaticAttributes =" false"
5
5
colors =" true"
6
6
convertErrorsToExceptions =" true"
7
7
convertNoticesToExceptions =" true"
8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" Tests/bootstrap.php"
13
- >
12
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
13
+ <coverage >
14
+ <include >
15
+ <directory >./</directory >
16
+ </include >
17
+ <exclude >
18
+ <directory >./Tests</directory >
19
+ <directory >./vendor</directory >
20
+ </exclude >
21
+ </coverage >
14
22
<testsuites >
15
23
<testsuite name =" Payum PaypalRest Component Test Suite" >
16
24
<directory >./Tests</directory >
17
25
</testsuite >
18
26
</testsuites >
19
-
20
- <filter >
21
- <whitelist >
22
- <directory >./</directory >
23
- <exclude >
24
- <directory >./Tests</directory >
25
- <directory >./vendor</directory >
26
- </exclude >
27
- </whitelist >
28
- </filter >
29
27
</phpunit >
You can’t perform that action at this time.
0 commit comments