Issue #2387669 by rpayanm, joachim, tadityar: ConfigInstallWebTest is broken
parent
77a795abed
commit
8e7f24f645
|
@ -132,7 +132,8 @@ class ConfigInstallWebTest extends WebTestBase {
|
|||
// Turn on the test module, which will attempt to replace the
|
||||
// configuration data. This attempt to replace the active configuration
|
||||
// should be ignored.
|
||||
\Drupal::service('module_installer')->install(array('config_existing_default_config_test'));
|
||||
$status = \Drupal::service('module_installer')->install(array('config_existing_default_config_test'));
|
||||
$this->assertTrue($status, "The module config_existing_default_config_test was installed.");
|
||||
|
||||
// Verify that the test module has not been able to change the data.
|
||||
$config = \Drupal::config($config_name);
|
||||
|
|
|
@ -3,4 +3,3 @@ type: module
|
|||
package: Testing
|
||||
version: VERSION
|
||||
core: 8.x
|
||||
hidden: true
|
Loading…
Reference in New Issue