File tree Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
php-version :
19
- - " 8.1"
20
- - " 8.2"
21
19
- " 8.3"
20
+ - " 8.4"
22
21
23
22
steps :
24
23
- name : " Checkout"
Original file line number Diff line number Diff line change 7
7
],
8
8
"license" : " MIT" ,
9
9
"require" : {
10
- "php" : " >=8.1 "
10
+ "php" : " >=8.3 "
11
11
},
12
- "minimum-stability" : " dev" ,
13
- "prefer-stable" : true ,
14
12
"require-dev" : {
15
- "phing/phing" : " ^3.0.0-RC4 " ,
16
- "phpunit/phpunit" : " ^9 .5.28 "
13
+ "phing/phing" : " ^3.0.1 " ,
14
+ "phpunit/phpunit" : " ^11 .5.22 "
17
15
},
18
16
"autoload" : {
19
17
"psr-4" : {
Original file line number Diff line number Diff line change 1
- <phpunit bootstrap =" test/bootstrap.php" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
5
+ displayDetailsOnTestsThatTriggerErrors =" true"
6
+ displayDetailsOnTestsThatTriggerNotices =" true"
7
+ displayDetailsOnTestsThatTriggerWarnings =" true"
8
+ displayDetailsOnPhpunitDeprecations =" true" >
2
9
<testsuites >
3
- <testsuite name =" Tests " >
10
+ <testsuite name =" default " >
4
11
<directory >test</directory >
5
12
</testsuite >
6
13
</testsuites >
7
- <filter >
8
- <whitelist processUncoveredFilesFromWhitelist =" true" >
9
- <directory suffix =" .php" >src</directory >
10
- <exclude >
11
- <directory suffix =" .php" >vendor/setbased</directory >
12
- </exclude >
13
- </whitelist >
14
- </filter >
15
- <logging >
16
- <log type =" coverage-html" target =" test/report" />
17
- <log type =" coverage-clover" target =" test/coverage.xml" />
18
- </logging >
14
+
15
+ <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
16
+ <include >
17
+ <directory >src</directory >
18
+ </include >
19
+ </source >
19
20
</phpunit >
You can’t perform that action at this time.
0 commit comments