You are here

protected static property BrowserTest::$cookieSet in Drupal 8

A flag indicating whether a cookie has been set in a test.

Type: bool

File

core/modules/simpletest/src/Tests/BrowserTest.php, line 21

Class

BrowserTest
Tests the internal browser of the testing framework.

Namespace

Drupal\simpletest\Tests

Code

protected static $cookieSet = FALSE;