You are here

public function ViewExecutableTest::testConstructing in Views (for Drupal 7) 8.3

Tests the generation of the executable object.

File

lib/Drupal/views/Tests/ViewExecutableTest.php, line 101
Definition of Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

public function testConstructing() {
  $view = $this
    ->getView();
}