Resolve #3496867: Add a call to the parent method to View::onDependencyRemoval().
1 open thread
Closes #3496867
Merge request reports
Activity
added 553 commits
-
58be01dc...10a80a91 - 551 commits from branch
project:11.x
- 0a067b7b - Merge branch '11.x' into 3496867-views-third-party-setting-depend
- fd3ce0e9 - Added a test
-
58be01dc...10a80a91 - 551 commits from branch
24 * @var array 25 */ 26 public static $testViews = ['test_third_party_uninstall']; 27 28 /** 29 * {@inheritdoc} 30 */ 31 protected function setUp($import_test_views = TRUE): void { 32 parent::setUp($import_test_views); 33 34 $this->installEntitySchema('user'); 35 $this->installSchema('user', ['users_data']); 36 } 37 38 /** 39 * Tests removal of third-party settings when their module is uninstalled. changed this line in version 5 of the diff
Please register or sign in to reply