Guest User

Interdiff for patch 29 and 27

a guest
Dec 22nd, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. only in patch2:
  2. unchanged:
  3. --- a/core/modules/comment/src/Tests/Update/CommentUpdateTest.php
  4. +++ b/core/modules/comment/src/Tests/Update/CommentUpdateTest.php
  5. @@ -66,6 +66,9 @@ public function testPublishedEntityKey() {
  6. // Check that the entity key exists and it has the correct value.
  7. $entity_type = \Drupal::entityDefinitionUpdateManager()->getEntityType('comment');
  8. $this->assertEqual('status', $entity_type->getKey('published'));
  9. +
  10. + // Check that the {comment_field_data} table status index has been created.
  11. + $this->assertTrue(\Drupal::database()->schema()->indexExists('comment_field_data', 'comment__status_comment_type'));
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment