You are here

public function AcsfVariableStorageMock::__construct in Acquia Cloud Site Factory Connector 8.2

Same name and namespace in other branches
  1. 8 tests/AcsfVariableStorageMock.php \AcsfVariableStorageMock::__construct()

Constructor.

File

tests/AcsfVariableStorageMock.php, line 25

Class

AcsfVariableStorageMock
Mock AcsfVariableStorage class used for testing.

Code

public function __construct() {
  $this->storage = [];
  $this->group = [];
}