mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
fix tests - suppress new sf deprecated classes (#182)
This commit is contained in:
parent
c12c63cc44
commit
f2a2aee2c8
@ -2,7 +2,8 @@
|
||||
Feature: AuthenticatorInterface
|
||||
|
||||
Background:
|
||||
Given I have Symfony plugin enabled
|
||||
Given I have issue handler "DeprecatedClass" suppressed
|
||||
And I have Symfony plugin enabled
|
||||
|
||||
Scenario: Authenticator correctly resolves $credentials and $user types
|
||||
Given I have the following code
|
||||
|
Loading…
Reference in New Issue
Block a user