File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1818 "minimum-stability" : " stable" ,
1919 "require" : {
2020 "php" : " ^8.1" ,
21- "sammyjo20 /saloon" : " ^2.0"
21+ "saloonphp /saloon" : " ^2.0"
2222 },
2323 "require-dev" : {
2424 "friendsofphp/php-cs-fixer" : " ^3.13" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" cacheDirectory =" .phpunit.cache" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.3 /phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" cacheDirectory =" .phpunit.cache" >
33 <testsuites >
44 <testsuite name =" Test Suite" >
55 <directory suffix =" Test.php" >./tests</directory >
66 </testsuite >
77 </testsuites >
8- <coverage >
8+ <coverage />
9+ <source >
910 <include >
1011 <directory suffix =" .php" >./app</directory >
1112 <directory suffix =" .php" >./src</directory >
1213 </include >
13- </coverage >
14+ </source >
1415</phpunit >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" cacheDirectory =" .phpunit.cache" >
3+ <testsuites >
4+ <testsuite name =" Test Suite" >
5+ <directory suffix =" Test.php" >./tests</directory >
6+ </testsuite >
7+ </testsuites >
8+ <coverage >
9+ <include >
10+ <directory suffix =" .php" >./app</directory >
11+ <directory suffix =" .php" >./src</directory >
12+ </include >
13+ </coverage >
14+ </phpunit >
You can’t perform that action at this time.
0 commit comments