diff options
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']; |