fix: eliminate PHPUnit warnings and deprecations in test suite

Set defaultTestSuite="CoreCore" to prevent 222 duplicate file warnings,
and replace deprecated isType() with isArray()/isString() in notification
listener tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 14:14:39 +01:00
parent 141f0a0155
commit e24af62a59
4 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,8 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true">
colors="true"
defaultTestSuite="CoreCore">
<source ignoreIndirectDeprecations="true">
<include>
<directory>config</directory>