Skip to content

Commit

Permalink
Merge pull request #3 from zfegg/develop
Browse files Browse the repository at this point in the history
Fix, change setUp to protected.
  • Loading branch information
Moln committed May 30, 2018
2 parents 15817c7 + d43797b commit f58dd03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/AbstractActionTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ public function loadContainer(): ContainerInterface
throw new \RuntimeException('Load container error.');
}

/**
* ServiceManager setUp
*
*/
public function setUp()
protected function setUp()
{
chdir($this->getProjectDir());
$this->container = $this->loadContainer();
Expand Down

0 comments on commit f58dd03

Please sign in to comment.