core/tests/Drupal/Tests/Core/Config/ConfigTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/tests/Drupal/Tests/Core/Config/ConfigTest.php b/core/tests/Drupal/Tests/Core/Config/ConfigTest.php index 9607a2a..936287a 100644 --- a/core/tests/Drupal/Tests/Core/Config/ConfigTest.php +++ b/core/tests/Drupal/Tests/Core/Config/ConfigTest.php @@ -131,6 +131,9 @@ public function testSetData($data) { * @dataProvider nestedDataProvider */ public function testSaveNew($data) { + $this->cacheTagsInvalidator->expects($this->never()) + ->method('invalidateTags'); + // Set initial data. $this->config->setData($data);