Skip to content
Snippets Groups Projects
Commit f2f688b8 authored by Jess's avatar Jess
Browse files

Issue #2849222 by tstoeckler: settings.testing.php / testing.services.yml not...

Issue #2849222 by tstoeckler: settings.testing.php / testing.services.yml not picked up by BrowserTestBase
parent 95e9b9ec
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -73,13 +73,6 @@ abstract class BrowserTestBase extends \PHPUnit_Framework_TestCase {
*/
protected $databasePrefix;
/**
* The site directory of the original parent site.
*
* @var string
*/
protected $originalSiteDirectory;
/**
* Time limit in seconds for the test.
*
......@@ -1027,7 +1020,7 @@ protected function prepareEnvironment() {
$kernel->prepareLegacyRequest($request);
$this->prepareDatabasePrefix();
$this->originalSiteDirectory = $kernel->findSitePath($request);
$this->originalSite = $kernel->findSitePath($request);
// Create test directory ahead of installation so fatal errors and debug
// information can be logged during installation process.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment