This repository was archived by the owner on Jan 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ composer.lock
4
4
phpspec.yml
5
5
phpunit.xml
6
6
.phpunit.result.cache
7
+ .phpunit.cache /
7
8
vendor /
8
9
.idea /
Original file line number Diff line number Diff line change 26
26
"cakephp/cakephp" : " ^5.0"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^9.5 " ,
29
+ "phpunit/phpunit" : " ^10.3 " ,
30
30
"php-http/message-factory" : " ^1.0.2" ,
31
31
"spryker/code-sniffer" : " ^0.17.15"
32
32
},
57
57
"prefer-stable" : true ,
58
58
"config" : {
59
59
"allow-plugins" : {
60
- "dealerdirect/phpcodesniffer-composer-installer" : true
60
+ "dealerdirect/phpcodesniffer-composer-installer" : true ,
61
+ "php-http/discovery" : true
61
62
}
62
63
},
63
64
"extra" : {
64
65
"branch-alias" : {
65
- "dev-master" : " 0.3 -dev"
66
+ "dev-master" : " 0.4 -dev"
66
67
}
67
68
}
68
69
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit colors =" true" bootstrap =" vendor/autoload.php" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
+
3
4
<testsuites >
4
5
<testsuite name =" Guzzle 5 Adapter Test Suite" >
5
6
<directory >tests/</directory >
8
9
<php >
9
10
<server name =" TEST_SERVER" value =" http://127.0.0.1:10000/server.php" />
10
11
</php >
11
- <filter >
12
- <whitelist >
12
+
13
+ <source >
14
+ <include >
13
15
<directory suffix =" .php" >src/</directory >
14
- </whitelist >
15
- </filter >
16
+ </include >
17
+ </source >
18
+
16
19
</phpunit >
You can’t perform that action at this time.
0 commit comments