public function ViewExecutableTest::testConstructing

Tests the generation of the executable object.

File

drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php, line 100
Definition of Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

public function testConstructing() {
  views_get_view('test_destroy');
}