Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
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(); |