diff --git a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php index 550c2c0..7bf23dc 100644 --- a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php +++ b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php @@ -879,7 +879,7 @@ protected function prepareEnvironment() { $this->originalConf = $conf; // Backup statics and globals. - $this->originalContainer = clone \Drupal:getContainer; + $this->originalContainer = clone \Drupal::getContainer; $this->originalLanguage = $language_interface; $this->originalConfigDirectories = $GLOBALS['config_directories']; if (isset($GLOBALS['theme_key'])) {