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
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #388122 passed with warnings
Pipeline: drupal

#388142

    Pipeline: drupal

    #388140

      Pipeline: drupal

      #388136

        +4
        ......@@ -671,7 +671,6 @@ protected function prepareEnvironment() {
        $this->publicFilesDirectory = $this->siteDirectory . '/files';
        $this->privateFilesDirectory = $this->siteDirectory . '/private';
        $this->tempFilesDirectory = $this->siteDirectory . '/temp';
        $this->translationFilesDirectory = $this->siteDirectory . '/translations';
        // Ensure the configImporter is refreshed for each test.
        $this->configImporter = NULL;
        ......
        ......@@ -51,12 +51,6 @@ class TestSiteInstallCommand extends Command {
        */
        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.
        ......
        ......@@ -85,14 +85,6 @@ abstract class BrowserTestBase extends TestCase {
        */
        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.
        ......
        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