liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 181 forks source link

ContainerAwareCommand class is deprecated #514

Closed javiereguiluz closed 4 years ago

javiereguiluz commented 5 years ago

Steps to reproduce

  1. Install this bundle in a Symfony 4.2 or 4.3 application and you'll see these deprecation messages:
The "Liip\FunctionalTestBundle\Command\RunParatestCommand" class extends 
"Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is 
deprecated since Symfony 4.2, use {@see Command} instead.

The "Liip\FunctionalTestBundle\Command\TestCommand" class extends 
"Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is 
deprecated since Symfony 4.2, use {@see Command} instead.
alexislefebvre commented 4 years ago

Thanks for the report. It was fixed in https://github.com/liip/LiipFunctionalTestBundle/pull/551