shield-wall / myprofile

Generate your resume in markdown easily from Github actions ✅ using discussion section 📃 🚀
https://myprofile.pro
34 stars 13 forks source link

Resolve deprecations #444

Closed eerison closed 2 years ago

eerison commented 3 years ago

after resolve those deprecation please put max[total]=0 inside of phpunit.xml.dist

deprecations messages

THE ERROR HANDLER HAS CHANGED!

Remaining direct deprecation notices (2)

  1x: The "App\Security\FormAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: The "App\Security\FormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

Remaining indirect deprecation notices (33)

  2x: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
    2x in UsersTest::testGetCollection from App\Tests\Feature

  1x: The "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriver" class implements "Doctrine\DBAL\Driver\ExceptionConverterDriver" that is deprecated.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/framework-bundle 5.3: The "session.storage.mock_file" service is deprecated, use "session.storage.factory.mock_file" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.listener.basic.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature

  1x: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
    1x in UsersTest::testGetCollection from App\Tests\Feature
eerison commented 2 years ago

it'll be solved in #520