Issue #2387669 by rpayanm, joachim, tadityar: ConfigInstallWebTest is broken

8.0.x
Alex Pott 2014-12-09 10:03:06 +00:00
parent 77a795abed
commit 8e7f24f645
2 changed files with 2 additions and 2 deletions

View File

@ -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);