Mercurial > hg > isophonics-drupal-site
comparison core/modules/comment/tests/src/Functional/CommentUninstallTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
50 catch (ModuleUninstallValidatorException $e) { | 50 catch (ModuleUninstallValidatorException $e) { |
51 $this->pass("Caught an exception when uninstall was attempted."); | 51 $this->pass("Caught an exception when uninstall was attempted."); |
52 } | 52 } |
53 } | 53 } |
54 | 54 |
55 | |
56 /** | 55 /** |
57 * Tests if uninstallation succeeds if the field has been deleted beforehand. | 56 * Tests if uninstallation succeeds if the field has been deleted beforehand. |
58 */ | 57 */ |
59 public function testCommentUninstallWithoutField() { | 58 public function testCommentUninstallWithoutField() { |
60 // Manually delete the comment_body field before module uninstallation. | 59 // Manually delete the comment_body field before module uninstallation. |