Elcodi\Bridge\BehatBridgeBundle\DoctrineContext::prepareSuite PHP Method

prepareSuite() public method

Prepare suite
public prepareSuite ( Behat\Testwork\Hook\Scope\BeforeSuiteScope $scope )
$scope Behat\Testwork\Hook\Scope\BeforeSuiteScope
    public function prepareSuite(BeforeSuiteScope $scope)
    {
        $this->executeCommand('assets:install')->executeCommand('assetic:dump');
    }