You are here

protected property WebTestBase::$assertAjaxHeader in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::assertAjaxHeader

Whether or not to assert the presence of the X-Drupal-Ajax-Token.

Type: bool

File

core/modules/simpletest/src/WebTestBase.php, line 78
Contains \Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $assertAjaxHeader = TRUE;