You are here

public function FakeAbstractProxy::setId in Drupal 9

File

core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php, line 49

Class

FakeAbstractProxy

Namespace

Drupal\Tests\Core\Session

Code

public function setId($id) {
  $this->id = $id;
}