File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
10
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
11
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
12
12
>
13
13
<testsuites >
14
14
<testsuite name =" Package Test Suite" >
19
19
<exclude >./tests/FormBuilderTestCase.php</exclude >
20
20
</testsuite >
21
21
</testsuites >
22
- <coverage >
22
+ <source >
23
23
<include >
24
24
<directory >./src/Kris</directory >
25
25
</include >
29
29
<file >./src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php</file >
30
30
<file >./src/Kris/LaravelFormBuilder/FormBuilderTrait.php</file >
31
31
</exclude >
32
- </coverage >
32
+ </source >
33
33
</phpunit >
You can’t perform that action at this time.
0 commit comments