You are here

public static function Bootstrap::setVariableData in AmazonS3 7.2

File

tests/DrupalAdapter/Bootstrap.php, line 16

Class

Bootstrap
Methods that map to includes/bootstrap.inc.

Namespace

Drupal\amazons3Test\DrupalAdapter

Code

public static function setVariableData(array $data) {
  static::$variableData = $data;
}