bump tests to phpstan level 5 (#1922)
This commit is contained in:
@@ -60,6 +60,7 @@ class UserPreferenceExtractorTest extends TestCase
|
||||
$this->expectException(ExtractorException::class);
|
||||
$this->expectExceptionMessage('UserPreferenceExtractor needs a UserPreferenceDisplayEvent instance for work');
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
$sut->extract(new \stdClass());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user