Skip to content

Commit 578f07c

Browse files
committed
fix: resolve some phpstan error
1 parent d6a6e80 commit 578f07c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpunit.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<testsuite name="Feature">
55
<directory suffix="Test.php">./tests/Feature</directory>
66
</testsuite>
7-
<testsuite name="Modules"><directory suffix="Test.php">./app-modules/*/tests</directory></testsuite></testsuites>
7+
<testsuite name="Modules">
8+
<directory suffix="Test.php">./app-modules/*/tests</directory>
9+
</testsuite>
10+
</testsuites>
811
<coverage/>
912
<php>
1013
<server name="APP_ENV" value="testing"/>

0 commit comments

Comments
 (0)