Skip to content
Snippets Groups Projects

Resolve #3496867: Add a call to the parent method to View::onDependencyRemoval().

Resolve #3496867: Add a call to the parent method to View::onDependencyRemoval().

Closes #3496867

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • David Cameron added 1 commit

    added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading