use relative dir for sources for phpunit

This commit is contained in:
Sarah Hoffmann
2021-01-07 08:55:15 +01:00
parent e4691005e2
commit 49142eb6e5

View File

@@ -19,7 +19,7 @@
</testsuites>
<filter>
<whitelist>
<directory>./lib/</directory>
<directory>../../lib/</directory>
</whitelist>
</filter>