File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/10.5 /phpunit.xsd"
55 colors =" true"
66 testdox =" true"
77 beStrictAboutOutputDuringTests =" true"
8- beStrictAboutTodoAnnotatedTests =" true"
9- forceCoversAnnotation =" true"
108 failOnRisky =" true"
119 failOnWarning =" true"
1210 bootstrap =" vendor/autoload.php"
2725 <env name =" MEMCACHED_PORT" value =" 11211" />
2826 </php >
2927
30- <coverage >
28+ <source >
3129 <include >
3230 <directory >src</directory >
3331 </include >
3432 <exclude >
3533 <directory >src/Exception</directory >
3634 </exclude >
37- </coverage >
35+ </source >
3836</phpunit >
You can’t perform that action at this time.
0 commit comments