You are here

protected property RouteProcessorCsrfTest::$csrfToken in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php \Drupal\Tests\Core\Access\RouteProcessorCsrfTest::csrfToken

The mock CSRF token generator.

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

File

core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php, line 26
Contains \Drupal\Tests\Core\Access\RouteProcessorCsrfTest.

Class

RouteProcessorCsrfTest
@coversDefaultClass \Drupal\Core\Access\RouteProcessorCsrf @group Access

Namespace

Drupal\Tests\Core\Access

Code

protected $csrfToken;