mirror of
https://github.com/doctrine/deprecations.git
synced 2026-03-23 22:32:15 +01:00
Update deprecation message for clarity
This commit is contained in:
@@ -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
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user