Skip to content

Commit 6087f03

Browse files
committed
Fix path
1 parent 1c4aa7e commit 6087f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</testsuites>
1717
<filter>
1818
<whitelist processUncoveredFilesFromWhitelist="true">
19-
<directory>./lib</directory>
19+
<directory>./src</directory>
2020
</whitelist>
2121
</filter>
2222
<logging>

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
hideExternalErrors="true"
77
>
88
<projectFiles>
9-
<directory name="lib/" />
9+
<directory name="src/" />
1010
<directory name="tests/" />
1111
<ignoreFiles>
1212
<directory name="vendor" />

0 commit comments

Comments
 (0)