1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Fix unit tests

This commit is contained in:
Jake Barnby 2022-08-27 15:23:39 +12:00
parent a16cd37f1a
commit 8282a9769d

View file

@ -13,7 +13,7 @@
</extensions>
<testsuites>
<testsuite name="unit">
<directory>./tests/unit/</directory>
<directory>./tests/unit</directory>
</testsuite>
<testsuite name="e2e">
<file>./tests/e2e/Client.php</file>