diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php b/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php index 162acea..aecee98 100644 --- a/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @@ -182,10 +182,10 @@ public function testClearCachedDefinitions() { $this->cache->expects($this->at(0)) ->method('deleteTags') ->with(array('entity_types' => TRUE)); - $this->cache->expects($this->at(1)) + $this->cache->expects($this->at(2)) ->method('deleteTags') ->with(array('entity_bundles' => TRUE)); - $this->cache->expects($this->at(2)) + $this->cache->expects($this->at(3)) ->method('deleteTags') ->with(array('entity_field_info' => TRUE));