Fix PHPUnit tests and SonarCloud analysis
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user