Skip to content

Commit

Permalink
Fix parent::setUp()
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 9, 2018
1 parent df240f0 commit bed730c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ private function createTempDir(){

public function setUp()
{
parent::setUp();
$this->client = self::createClient();
$this->container = $this->client->getContainer();
$this->entityManager = $this->container->get('doctrine')->getManager();
}

public function tearDown()
Expand Down

0 comments on commit bed730c

Please sign in to comment.