Fix test run.

This commit is contained in:
James Cole 2025-01-04 06:35:26 +01:00
parent 959d168352
commit cd296aa9ac
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -38,9 +38,6 @@
<ini name="xdebug.mode" value="coverage"/> <ini name="xdebug.mode" value="coverage"/>
</php> </php>
<testsuites> <testsuites>
<testsuite name="all">
<directory suffix="Test.php">./tests</directory>
</testsuite>
<testsuite name="unit"> <testsuite name="unit">
<directory suffix="Test.php">./tests/unit</directory> <directory suffix="Test.php">./tests/unit</directory>
</testsuite> </testsuite>