phpunit updates

Add testsuits for default run
Fix wording in testdox
add a fallback in the Debugging Support test suit
This commit is contained in:
Clemens Schwaighofer
2024-12-13 10:17:28 +09:00
parent e9cfdb4bf0
commit e349613d60
3 changed files with 9 additions and 1 deletions

View File

@@ -568,6 +568,9 @@ final class CoreLibsDebugSupportTest extends TestCase
'assert expected 12'
);
break;
default:
$this->assertTrue(true, 'Default fallback as true');
break;
}
}