comparison core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children 12f9dff5fda9
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
137 ->set('app.root', DRUPAL_ROOT); 137 ->set('app.root', DRUPAL_ROOT);
138 \Drupal::setContainer($this->container); 138 \Drupal::setContainer($this->container);
139 139
140 // Setup Mink. 140 // Setup Mink.
141 $this->initMink(); 141 $this->initMink();
142
143 // Set up the browser test output file.
144 $this->initBrowserOutputFile();
142 145
143 $this->visitInstaller(); 146 $this->visitInstaller();
144 147
145 // Select language. 148 // Select language.
146 $this->setUpLanguage(); 149 $this->setUpLanguage();