Loading core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php +0 −5 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php +0 −5 Original line number Diff line number Diff line Loading @@ -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. Loading