Codeception\Module\WorkingSilex::_before PHP Method

_before() public method

public _before ( Codeception\TestInterface $test )
$test Codeception\TestInterface
    public function _before(TestInterface $test)
    {
        $this->reloadApp();
    }