Skip to content
Snippets Groups Projects
Verified Commit d766bbd0 authored by Dave Long's avatar Dave Long
Browse files

Issue #2990234 by ranjit1032002, quietone, smustgrave, tstoeckler: Removed...

Issue #2990234 by ranjit1032002, quietone, smustgrave, tstoeckler: Removed unused class property $translationFilesDirectory
parent 78ec304c
No related branches found
No related tags found
No related merge requests found
...@@ -671,7 +671,6 @@ protected function prepareEnvironment() { ...@@ -671,7 +671,6 @@ protected function prepareEnvironment() {
$this->publicFilesDirectory = $this->siteDirectory . '/files'; $this->publicFilesDirectory = $this->siteDirectory . '/files';
$this->privateFilesDirectory = $this->siteDirectory . '/private'; $this->privateFilesDirectory = $this->siteDirectory . '/private';
$this->tempFilesDirectory = $this->siteDirectory . '/temp'; $this->tempFilesDirectory = $this->siteDirectory . '/temp';
$this->translationFilesDirectory = $this->siteDirectory . '/translations';
// Ensure the configImporter is refreshed for each test. // Ensure the configImporter is refreshed for each test.
$this->configImporter = NULL; $this->configImporter = NULL;
......
...@@ -51,12 +51,6 @@ class TestSiteInstallCommand extends Command { ...@@ -51,12 +51,6 @@ class TestSiteInstallCommand extends Command {
*/ */
protected array $originalShutdownCallbacks = []; protected array $originalShutdownCallbacks = [];
/**
* The translation file directory for the test environment.
*
* This is set in BrowserTestBase::prepareEnvironment().
*/
protected string $translationFilesDirectory;
/** /**
* The config importer that can be used in a test. * The config importer that can be used in a test.
......
...@@ -85,14 +85,6 @@ abstract class BrowserTestBase extends TestCase { ...@@ -85,14 +85,6 @@ abstract class BrowserTestBase extends TestCase {
*/ */
protected $timeLimit = 500; protected $timeLimit = 500;
/**
* The translation file directory for the test environment.
*
* This is set in BrowserTestBase::prepareEnvironment().
*
* @var string
*/
protected $translationFilesDirectory;
/** /**
* The config importer that can be used in a test. * The config importer that can be used in a test.
......
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