function ViewsConfigUpdaterTest::testViewsConfigUpdater

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php \Drupal\Tests\views\Kernel\ViewsConfigUpdaterTest::testViewsConfigUpdater()

Tests ViewsConfigUpdater.

File

core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php, line 37

Class

ViewsConfigUpdaterTest
Tests Drupal\views\ViewsConfigUpdater.

Namespace

Drupal\Tests\views\Kernel

Code

public function testViewsConfigUpdater() : void {
  // ViewsConfigUpdater currently contains no actual configuration update
  // logic. Replace this method with a real test when it does.
  $this->markTestSkipped();
}

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