Update deprecation message for clarity

This commit is contained in:
Matthias Pigulla
2025-09-19 19:30:08 +02:00
committed by GitHub
parent 0455114e68
commit bd3f4f84f7

View File

@@ -57,7 +57,7 @@ trait VerifyDeprecations
$this->assertTrue(
$actualCount === $expectation,
sprintf(
"Expected deprecation with identifier '%s' was triggered by code executed in test, but expected not to.",
"Deprecation with identifier '%s' was triggered by code executed in test, but expected not to.",
$identifier
)
);