Skip to content
Snippets Groups Projects
Commit f7740e4d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2469507 by chx: EntityRevisionsTest output makes it hard to discern...

Issue #2469507 by chx: EntityRevisionsTest output makes it hard to discern what is causing the error
parent e8e84d70
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment