You are here

protected static property BrowserTest::$cookieSet in SimpleTest 8.3

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

Type: bool

File

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;