tests: fix unit tests

This commit is contained in:
Torsten Dittmann
2022-08-01 12:22:04 +02:00
parent 0bf39bd152
commit bf9533007b
60 changed files with 451 additions and 367 deletions
+1 -1
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>