function ViewsConfigUpdaterTest::testViewsConfigUpdater
Same name and namespace in other branches
- 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
Namespace
Drupal\Tests\views\KernelCode
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.