File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 ~ See the License for the specific language governing permissions and
1515 ~ limitations under the License.
1616 -->
17- <phive >
18- <phar name =" phpunit" version =" ^10.0" location =" ./tools/phpunit.phar" copy =" true" installed =" 10.0.19" />
19- <phar name =" psalm" version =" ^5.8" location =" ./tools/psalm" copy =" true" installed =" 5.9.0" />
20- <phar name =" composer-unused" version =" ^0.8.6" location =" ./tools/composer-unused" copy =" true" installed =" 0.8.7" />
21- <phar name =" composer-require-checker" version =" ^4.5" location =" ./tools/composer-require-checker" copy =" true"
22- installed =" 4.5.0" />
23- <phar name =" infection" version =" ^0.26" location =" ./tools/infection" copy =" true" installed =" 0.26.18" />
17+ <phive xmlns =" https://phar.io/phive" >
18+ <phar name =" phpunit" version =" ^10.0" location =" ./tools/phpunit.phar" copy =" true" installed =" 10.1.3" />
19+ <phar name =" psalm" version =" ^5.8" location =" ./tools/psalm" copy =" true" installed =" 5.11.0" />
20+ <phar name =" composer-unused" version =" ^0.8.6" location =" ./tools/composer-unused" copy =" true" installed =" 0.8.8" />
21+ <phar name =" composer-require-checker" version =" ^4.5" location =" ./tools/composer-require-checker" copy =" true" installed =" 4.6.0" />
22+ <phar name =" infection" version =" ^0.26" location =" ./tools/infection" copy =" true" installed =" 0.26.21" />
2423</phive >
Original file line number Diff line number Diff line change 1414 ~ See the License for the specific language governing permissions and
1515 ~ limitations under the License.
1616 -->
17- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
19- colors =" true"
20- bootstrap =" ./../vendor/autoload.php"
21- cacheDirectory =" ../.cache/phpunit"
22- >
23- <coverage >
24- <include >
25- <directory suffix =" .php" >./../src</directory >
26- </include >
27- </coverage >
17+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" colors =" true" bootstrap =" ./../vendor/autoload.php" cacheDirectory =" ../.cache/phpunit" >
18+ <coverage />
2819 <testsuites >
2920 <testsuite name =" all" >
3021 <directory >.</directory >
3930 <php >
4031 <ini name =" date.timezone" value =" Europe/Berlin" />
4132 </php >
33+ <source >
34+ <include >
35+ <directory >./../src</directory >
36+ </include >
37+ </source >
4238</phpunit >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments