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 @@ -14,4 +14,14 @@ /** + * Dummy test to keep this test file with the loadTestView method. + * + * @see https://www.drupal.org/project/drupal/issues/3261245 + * @todo Remove the dummyTest function when this class contains a real test. + */ + public function dummyTest() { + $this->assertTrue(TRUE); + } + + /** * Loads a test view. *