diff --git a/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php b/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
index 8ce6e3df5e24635a2cfe69b2fc52c33885432092..3009307f9d4e367295c2c368047fecf21e3e68c8 100644
--- a/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
+++ b/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
@@ -48,7 +48,7 @@ public function testRevisions() {
 
     // All revisable entity variations have to have the same results.
     foreach (entity_test_entity_types(ENTITY_TEST_TYPES_REVISABLE) as $entity_type) {
-      $this->assertRevisions($entity_type);
+      $this->runRevisionsTests($entity_type);
     }
   }
 
@@ -58,7 +58,7 @@ public function testRevisions() {
    * @param string $entity_type
    *   The entity type to run the tests with.
    */
-  protected function assertRevisions($entity_type) {
+  protected function runRevisionsTests($entity_type) {
 
     // Create initial entity.
     $entity = entity_create($entity_type, array(