Skip to content
Snippets Groups Projects
Verified Commit 78e726c8 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3504204 by murz: Nightwatch command drupalInstall doesn't set the...

Issue #3504204 by murz: Nightwatch command drupalInstall doesn't set the user_agent environment variable with the simpletest site instance

(cherry picked from commit 14d9ea36)
parent 791779e2
No related branches found
No related tags found
5 merge requests!12079Issue #3523476 by matthiasm11: Add empty check on operator,!12024Fix: DocBlock comment for return value of Drupal\Core\Database\Connection::transactionManager(),!11974Draft: Issue #3495165 by catch, joeyroth, berdir, texas-bronius: Better warning...,!11934Issue #3520997: DefaultLazyPluginCollection unnecessarily instantiates plugins when sorting collection,!11887Issue #3520065: The migrate Row class API is incomplete
Pipeline #463728 passed with warnings
Pipeline: drupal

#463752

    Pipeline: drupal

    #463734

      ......@@ -50,6 +50,9 @@ exports.command = function drupalInstall(
      value: encodeURIComponent(installData.user_agent),
      path: url.pathname,
      });
      // Set the HTTP_USER_AGENT environment variable to detect the test
      // environment in the command line.
      process.env.HTTP_USER_AGENT = installData.user_agent;
      } catch (error) {
      this.assert.fail(error);
      }
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment