Remove unused prop + added @deprecated

This commit is contained in:
Roland Franssen 2017-07-22 20:52:59 +02:00
parent 4e25a619dc
commit 07ff4dd163
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,6 @@ use Symfony\Component\Console\Tester\CommandTester;
*/
class CachePoolClearCommandTest extends WebTestCase
{
private $application;
protected function setUp()
{
static::bootKernel(array('test_case' => 'CachePoolClear', 'root_config' => 'config.yml'));

View File

@ -48,6 +48,8 @@ class UserPasswordEncoderCommand extends ContainerAwareCommand
/**
* {@inheritdoc}
*
* @deprecated since version 3.3, to be removed in 4.0
*/
protected function getContainer()
{