Issue #2911166 by mfernea, Jo Fitzgerald: Undo accidental commenting of message in EntityDefinitionUpdateTest

8.5.x
Gabor Hojtsy 2017-10-10 09:38:02 +02:00
parent 93b36cb7dc
commit 1bc64f1187
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class EntityDefinitionUpdateTest extends EntityKernelTestBase {
t('The %field_name field needs to be installed.', ['%field_name' => 'Revision ID']),
],
];
$this->assertEqual($this->entityDefinitionUpdateManager->getChangeSummary(), $expected); // , 'EntityDefinitionUpdateManager reports the expected change summary.');
$this->assertEqual($this->entityDefinitionUpdateManager->getChangeSummary(), $expected, 'EntityDefinitionUpdateManager reports the expected change summary.');
// Run the update and ensure the revision table is created.
$this->entityDefinitionUpdateManager->applyUpdates();