protected property AcsfVariableStorageMock::$storage in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 tests/AcsfVariableStorageMock.php \AcsfVariableStorageMock::storage
In-memory storage space. Stores group_name + value by variable name.
Type: array[]
File
- tests/
AcsfVariableStorageMock.php, line 13
Class
- AcsfVariableStorageMock
- Mock AcsfVariableStorage class used for testing.
Code
protected $storage;