Skip to content

Commit 0ef58df

Browse files
committed
fix(package): bump deps, update to phpunit-12, introduce phpstan.baseline
... and minor codestyle fixes
1 parent 691d252 commit 0ef58df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
55
backupGlobals="true"
66
cacheDirectory="./test/caches/phpunit"
7+
78
>
89
<source>
910
<include>
10-
<directory suffix=".php">./src</directory>
11+
<directory>./src</directory>
1112
</include>
1213
</source>
1314
<testsuites>

0 commit comments

Comments
 (0)