Verified Commit 40615d8f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3266739 by beatrizrodrigues, joachim:...

Issue #3266739 by beatrizrodrigues, joachim: FunctionalTestSetupTrait::prepareEnvironment() is protected when its docs say it should be private

(cherry picked from commit 317d8584)
parent c4768c4d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -621,11 +621,6 @@ protected function setupBaseUrl() {
   *
   * Also sets up new resources for the testing environment, such as the public
   * filesystem and configuration directories.
   *
   * This method is private as it must only be called once by
   * BrowserTestBase::setUp() (multiple invocations for the same test would have
   * unpredictable consequences) and it must not be callable or overridable by
   * test classes.
   */
  protected function prepareEnvironment() {
    // Bootstrap Drupal so we can use Drupal's built in functions.