function ViewsConfigUpdaterTest::testViewsConfigUpdater
Same name in this branch
- main core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php \Drupal\Tests\views\Kernel\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/ Functional/ ViewsConfigUpdaterTest.php, line 63
Class
- ViewsConfigUpdaterTest
- Tests the views config updater service.
Namespace
Drupal\Tests\views\FunctionalCode
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.