You are here

protected property ViewAjaxControllerTest::$viewStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php \Drupal\Tests\views\Unit\Controller\ViewAjaxControllerTest::viewStorage

The mocked view entity storage.

Type: \Drupal\Core\Entity\EntityStorageInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php, line 29
Contains \Drupal\Tests\views\Unit\Controller\ViewAjaxControllerTest.

Class

ViewAjaxControllerTest
@coversDefaultClass \Drupal\views\Controller\ViewAjaxController @group views

Namespace

Drupal\Tests\views\Unit\Controller

Code

protected $viewStorage;