protected static property BrowserTest::$cookieSet in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Tests/BrowserTest.php \Drupal\simpletest\Tests\BrowserTest::cookieSet
A flag indicating whether a cookie has been set in a test.
Type: bool
File
- core/
modules/ simpletest/ src/ Tests/ BrowserTest.php, line 24 - Contains \Drupal\simpletest\Tests\BrowserTest.
Class
- BrowserTest
- Tests the internal browser of the testing framework.
Namespace
Drupal\simpletest\TestsCode
protected static $cookieSet = FALSE;