function ViewExecutableTest::testDestroy

Tests the deconstructor to be sure that necessary objects are removed.

File

core/modules/views/tests/src/Kernel/ViewExecutableTest.php, line 351

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\Tests\views\Kernel

Code

public function testDestroy() {
  $view = Views::getView('test_destroy');
  $view->preview();
  $view->destroy();
  $this->assertViewDestroy($view);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.