function ViewsConfigUpdaterTest::testViewsConfigUpdater

Tests ViewsConfigUpdater.

File

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

Class

ViewsConfigUpdaterTest
@coversDefaultClass \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.