Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
  • 317d8584
    Issue #3266739 by beatrizrodrigues, joachim:... · 317d8584
    Alex Pott authored
    Issue #3266739 by beatrizrodrigues, joachim: FunctionalTestSetupTrait::prepareEnvironment() is protected when its docs say it should be private
@@ -621,11 +621,6 @@ protected function setupBaseUrl() {
@@ -621,11 +621,6 @@ protected function setupBaseUrl() {
*
*
* Also sets up new resources for the testing environment, such as the public
* Also sets up new resources for the testing environment, such as the public
* filesystem and configuration directories.
* 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() {
protected function prepareEnvironment() {
// Bootstrap Drupal so we can use Drupal's built in functions.
// Bootstrap Drupal so we can use Drupal's built in functions.
Loading