Skip to content

Commit e121412

Browse files
committed
Fix phpunit config
1 parent a2b6a39 commit e121412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<logging/>
1717
<source>
1818
<include>
19-
<directory suffix=".php">./lib</directory>
19+
<directory suffix=".php">./src</directory>
2020
</include>
2121
</source>
2222
</phpunit>

0 commit comments

Comments
 (0)