Skip to content
Snippets Groups Projects
Unverified Commit 3f9f063d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3024113 by VVVi, tim.plunkett: Ensure important testing base classes are @ingroup testing

parent 2c1c25a4
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -15,6 +15,8 @@
* Use \Drupal\FunctionalJavascriptTests\WebDriverTestBase instead
*
* @see https://www.drupal.org/node/2945059
*
* @ingroup testing
*/
abstract class JavascriptTestBase extends WebDriverTestBase {
......
......@@ -11,6 +11,8 @@
* Runs a browser test using a driver that supports Javascript.
*
* Base class for testing browser interaction implemented in JavaScript.
*
* @ingroup testing
*/
abstract class WebDriverTestBase extends BrowserTestBase {
......
......@@ -66,6 +66,8 @@
* @see \Drupal\Tests\KernelTestBase::installEntitySchema()
* @see \Drupal\Tests\KernelTestBase::installSchema()
* @see \Drupal\Tests\BrowserTestBase
*
* @ingroup testing
*/
abstract class KernelTestBase extends TestCase implements ServiceProviderInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment