Fix PHPUnit tests and SonarCloud analysis

This commit is contained in:
2025-04-23 12:42:13 +01:00
parent 859161fd0c
commit ca5a9cf38b
4 changed files with 41 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
bootstrap="tests/phpunit/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
@@ -10,6 +10,7 @@
<testsuites>
<testsuite name="unit">
<directory prefix="test-" suffix=".php">./tests/</directory>
<directory prefix="test-" suffix=".php">./tests/phpunit/</directory>
</testsuite>
</testsuites>
<filter>