diff -u b/core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php b/core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php --- b/core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php +++ b/core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @@ -18,7 +18,7 @@ * @see https://www.drupal.org/project/drupal/issues/3261245 * @todo Remove the dummyTest function when this class contains a real test. */ - public function dummyTest() { + public function testPass() { $this->assertTrue(TRUE); }