use test module
1 open thread
1 open thread
Closes #3488838
Merge request reports
Activity
added 249 commits
-
01d24949...a0503e22 - 248 commits from branch
project:11.x
- 37430b8c - use test module
-
01d24949...a0503e22 - 248 commits from branch
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; added 405 commits
Toggle commit list
Please register or sign in to reply