Issue #2032033 by likin: Fixed Upgrade path tests broken when language module is enabled.

8.0.x
webchick 2013-09-25 01:24:00 +02:00
parent 9bf8718b55
commit 359ff60b4a
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ abstract class UpgradePathTestBase extends WebTestBase {
// Build a minimal, partially mocked environment for unit tests. // Build a minimal, partially mocked environment for unit tests.
$this->containerBuild(drupal_container()); $this->rebuildContainer();
// Make sure it survives kernel rebuilds. // Make sure it survives kernel rebuilds.
$conf['container_service_providers']['TestServiceProvider'] = 'Drupal\simpletest\TestServiceProvider'; $conf['container_service_providers']['TestServiceProvider'] = 'Drupal\simpletest\TestServiceProvider';