summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
diff options
context:
space:
mode:
authorDave Long <dave@longwaveconsulting.com>2024-08-27 18:25:34 +0100
committerDave Long <dave@longwaveconsulting.com>2024-08-27 18:25:34 +0100
commitc28a1fb61e8f4b37b654a022c08a18a34683b0e9 (patch)
tree7d4fff98600e58e416d3c1292e708b1aced58c95 /core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
parentcceedd912bcb6530c6d029eef7fdf99b877268f4 (diff)
downloaddrupal-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.php4
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'];