From c28a1fb61e8f4b37b654a022c08a18a34683b0e9 Mon Sep 17 00:00:00 2001 From: Dave Long Date: Tue, 27 Aug 2024 18:25:34 +0100 Subject: Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string 'Modules to enable' to {@inheritdoc} in comments --- .../Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php') 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']; -- cgit v1.2.3