liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony

Home Page:http://liip.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContainerAwareCommand class is deprecated

javiereguiluz opened this issue · comments

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.

Thanks for the report. It was fixed in #551