You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,7 +202,10 @@ public function startTest($test)
197
202
if (isset($annotations['method']['expectedDeprecation'])) {
198
203
if (!in_array('legacy', $groups, true)) {
199
204
$test->getTestResultObject()->addError($test, new$AssertionFailedError('Only tests with the `@group legacy` annotation can have `@expectedDeprecation`.'), 0);
0 commit comments