You are here

protected property FormCacheTest::$csrfToken in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Form/FormCacheTest.php \Drupal\Tests\Core\Form\FormCacheTest::csrfToken

The CSRF token generator.

Type: \Drupal\Core\Access\CsrfTokenGenerator|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Form/FormCacheTest.php, line 48
Contains \Drupal\Tests\Core\Form\FormCacheTest.

Class

FormCacheTest
@coversDefaultClass \Drupal\Core\Form\FormCache @group Form @runTestsInSeparateProcesses @preserveGlobalState disabled

Namespace

Drupal\Tests\Core\Form

Code

protected $csrfToken;