Skip to content

Commit 6cd40c4

Browse files
committed
phpunit conf
1 parent 93ba4c8 commit 6cd40c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
processIsolation="false"
99
stopOnFailure="false"
1010
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"
1212
>
1313
<testsuites>
1414
<testsuite name="Package Test Suite">
@@ -19,7 +19,7 @@
1919
<exclude>./tests/FormBuilderTestCase.php</exclude>
2020
</testsuite>
2121
</testsuites>
22-
<coverage>
22+
<source>
2323
<include>
2424
<directory>./src/Kris</directory>
2525
</include>
@@ -29,5 +29,5 @@
2929
<file>./src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php</file>
3030
<file>./src/Kris/LaravelFormBuilder/FormBuilderTrait.php</file>
3131
</exclude>
32-
</coverage>
32+
</source>
3333
</phpunit>

0 commit comments

Comments
 (0)