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 +200,10 @@ public function startTest($test)
197
200
if (isset($annotations['method']['expectedDeprecation'])) {
198
201
if (!in_array('legacy', $groups, true)) {
199
202
$test->getTestResultObject()->addError($test, new$AssertionFailedError('Only tests with the `@group legacy` annotation can have `@expectedDeprecation`.'), 0);
0 commit comments