You are here

protected property ViewAjaxControllerTest::$executableFactory 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::executableFactory

The mocked executable factory.

Type: \Drupal\views\ViewExecutableFactory|\PHPUnit_Framework_MockObject_MockObject

File

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

Class

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

Namespace

Drupal\Tests\views\Unit\Controller

Code

protected $executableFactory;