File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 "guzzlehttp/guzzle" : " ^7.2" ,
4343 "monolog/monolog" : " ^3.0" ,
4444 "php-http/mock-client" : " ^1.3" ,
45- "phpunit/phpunit" : " ^10.0 " ,
45+ "phpunit/phpunit" : " ^10.5 " ,
4646 "symfony/clock" : " ^6.0" ,
4747 "symfony/dotenv" : " ^6.0"
4848 },
Original file line number Diff line number Diff line change 2525 -->
2626<phpunit
2727 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
28- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
28+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
2929 colors =" true"
3030 testdox =" true"
3131 bootstrap =" tests/bootstrap.php"
3636 displayDetailsOnTestsThatTriggerWarnings =" true"
3737 displayDetailsOnTestsThatTriggerErrors =" true"
3838>
39- < testsuites >
40- < testsuite name = " default " >
41- <directory >./tests </directory >
42- </ testsuite >
43- </ testsuites >
44- < coverage >
45- < include >
46- <directory suffix = " .php " >src </directory >
47- </ include >
48- </ coverage >
39+ < source >
40+ < include >
41+ <directory >./src </directory >
42+ </ include >
43+ </ source >
44+ < testsuites >
45+ < testsuite name = " default " >
46+ <directory >./tests </directory >
47+ </ testsuite >
48+ </ testsuites >
4949</phpunit >
You can’t perform that action at this time.
0 commit comments