fix tests - suppress new sf deprecated classes (#182)

This commit is contained in:
Farhad Safarov 2021-06-03 14:52:59 +03:00 committed by GitHub
parent c12c63cc44
commit f2a2aee2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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