Skip to content
Snippets Groups Projects

use test module

Closed
quietonerequested to merge
issue/drupal-3488838:3488838-use-a-test into 11.x
1 open thread

Closes #3488838

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
84 84 $sync->write($dynamic_name, $original_dynamic_data);
85 85 $this->assertTrue($sync->exists($dynamic_name), $dynamic_name . ' found.');
86 86
87 // Enable the Automated Cron and Ban modules during import. The Ban
88 // module is used because it creates a table during the install.
87 // Enable the Automated Cron module during import.
89 88 // The Automated Cron module is used because it creates a single simple
90 89 // configuration file during the install.
91 90 $core_extension = $this->config('core.extension')->get();
92 91 $core_extension['module']['automated_cron'] = 0;
93 $core_extension['module']['ban'] = 0;
  • I think this needs to be replaced with a module that has a hook_schema(), maybe a test module, but would be fine to use a different module for now too, maybe locale.

  • Please register or sign in to reply
  • quietone added 405 commits

    added 405 commits

    • 90349cd6...d171bb91 - 401 commits from branch project:11.x
    • 376c912a - use test module
    • c797cade - Issue #3488838: remove ban module from ConfigImportUITest and UpdatePathTestBaseFilledTest
    • b5e23d35 - revert changes to ConfigImportUITest.php
    • 7e874935 - Use test module for ConfigImportUITest.php

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading