You are here

public static function FeatureContext::beforeSuite in Acquia Lift Connector 7

Perform before suite actions:

  • Stage the environment.

@BeforeSuite

File

behat-tests/features/bootstrap/FeatureContext.php, line 60

Class

FeatureContext
Defines application features from the specific context.

Code

public static function beforeSuite(BeforeSuiteScope $scope) {

  // Make sure unibar can update status.
  variable_set('acquia_lift_unibar_allow_status_change', TRUE);
}