Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
359ff60b
Commit
359ff60b
authored
Sep 25, 2013
by
webchick
Browse files
Issue
#2032033
by likin: Fixed Upgrade path tests broken when language module is enabled.
parent
9bf8718b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
View file @
359ff60b
...
...
@@ -117,7 +117,7 @@ protected function setUp() {
// Build a minimal, partially mocked environment for unit tests.
$this
->
containerBuild
(
drupal_c
ontainer
()
)
;
$this
->
rebuildC
ontainer
();
// Make sure it survives kernel rebuilds.
$conf
[
'container_service_providers'
][
'TestServiceProvider'
]
=
'Drupal\simpletest\TestServiceProvider'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment