function TestSessionBase::set
File
-
tests/
src/ Unit/ TestSessionBase.php, line 102
Class
- TestSessionBase
- Implements just the methods we need for the Rules unit tests.
Namespace
Drupal\Tests\rules\UnitCode
public function set($key, $value) {
$this->logs[$key] = $value;
}