diff options
author | Dave Long <dave@longwaveconsulting.com> | 2024-08-27 18:25:34 +0100 |
---|---|---|
committer | Dave Long <dave@longwaveconsulting.com> | 2024-08-27 18:25:34 +0100 |
commit | c28a1fb61e8f4b37b654a022c08a18a34683b0e9 (patch) | |
tree | 7d4fff98600e58e416d3c1292e708b1aced58c95 /core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php | |
parent | cceedd912bcb6530c6d029eef7fdf99b877268f4 (diff) | |
download | drupal-c28a1fb61e8f4b37b654a022c08a18a34683b0e9.tar.gz drupal-c28a1fb61e8f4b37b654a022c08a18a34683b0e9.zip |
Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string 'Modules to enable' to {@inheritdoc} in comments
Diffstat (limited to 'core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php')
-rw-r--r-- | core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php index a047196b0fd9..2f11f7525eed 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php @@ -14,9 +14,7 @@ use PHPUnit\Framework\AssertionFailedError; class BrowserWithJavascriptTest extends WebDriverTestBase { /** - * Modules to enable. - * - * @var array + * {@inheritdoc} */ protected static $modules = ['test_page_test']; |