function BigPipeTest::assertSessionCookieExists

Same name and namespace in other branches
  1. 11.x core/modules/big_pipe/tests/src/Functional/BigPipeTest.php \Drupal\Tests\big_pipe\Functional\BigPipeTest::assertSessionCookieExists()
  2. 10 core/modules/big_pipe/tests/src/Functional/BigPipeTest.php \Drupal\Tests\big_pipe\Functional\BigPipeTest::assertSessionCookieExists()

Asserts whether a session cookie exists or not.

@internal

File

core/modules/big_pipe/tests/src/Functional/BigPipeTest.php, line 466

Class

BigPipeTest
Tests BigPipe's no-JS detection & response delivery (with and without JS).

Namespace

Drupal\Tests\big_pipe\Functional

Code

protected function assertSessionCookieExists(string $expected) : void {
  $this->assertCookieExists($this->getSessionName(), $expected, 'Session');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.