Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Fix FormInjectionFunctionalTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cethy committed Feb 4, 2019
1 parent 0aa37e0 commit e488547
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/Functional/FormInjectionFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@

class FormInjectionFunctionalTest extends WebTestCase
{
/**
* @var ContainerInterface
*/
protected $container;

public function setUp()
{
self::bootKernel();

$this->container = self::$kernel->getContainer();
//self::$container = self::$kernel->getContainer();
}

public function dataTestDisplayFormWithInjection()
Expand Down

0 comments on commit e488547

Please sign in to comment.