You are here

public function ViewExecutableTest::testConstructing in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/ViewExecutableTest.php \Drupal\views\Tests\ViewExecutableTest::testConstructing()

Tests the generation of the executable object.

File

core/modules/views/src/Tests/ViewExecutableTest.php, line 181
Contains \Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

public function testConstructing() {
  Views::getView('test_destroy');
}