Issue #2849222 by tstoeckler: settings.testing.php / testing.services.yml not picked up by BrowserTestBase
parent
95e9b9ec4e
commit
f2f688b89b
|
@ -73,13 +73,6 @@ abstract class BrowserTestBase extends \PHPUnit_Framework_TestCase {
|
||||||
*/
|
*/
|
||||||
protected $databasePrefix;
|
protected $databasePrefix;
|
||||||
|
|
||||||
/**
|
|
||||||
* The site directory of the original parent site.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $originalSiteDirectory;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Time limit in seconds for the test.
|
* Time limit in seconds for the test.
|
||||||
*
|
*
|
||||||
|
@ -1027,7 +1020,7 @@ abstract class BrowserTestBase extends \PHPUnit_Framework_TestCase {
|
||||||
$kernel->prepareLegacyRequest($request);
|
$kernel->prepareLegacyRequest($request);
|
||||||
$this->prepareDatabasePrefix();
|
$this->prepareDatabasePrefix();
|
||||||
|
|
||||||
$this->originalSiteDirectory = $kernel->findSitePath($request);
|
$this->originalSite = $kernel->findSitePath($request);
|
||||||
|
|
||||||
// Create test directory ahead of installation so fatal errors and debug
|
// Create test directory ahead of installation so fatal errors and debug
|
||||||
// information can be logged during installation process.
|
// information can be logged during installation process.
|
||||||
|
|
Loading…
Reference in New Issue