You are here

protected property RequestPathTest::$requestStack in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php \Drupal\KernelTests\Core\Plugin\Condition\RequestPathTest::requestStack

The request stack used for testing.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php, line 38

Class

RequestPathTest
Tests that the Request Path Condition, provided by the system module, is working properly.

Namespace

Drupal\KernelTests\Core\Plugin\Condition

Code

protected $requestStack;