You are here

protected property ViewExecutableFactoryTest::$requestStack in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php \Drupal\Tests\views\Unit\ViewExecutableFactoryTest::requestStack
  2. 10 core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php \Drupal\Tests\views\Unit\ViewExecutableFactoryTest::requestStack

The mock request stack object.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php, line 28

Class

ViewExecutableFactoryTest
@coversDefaultClass \Drupal\views\ViewExecutableFactory @group views

Namespace

Drupal\Tests\views\Unit

Code

protected $requestStack;