Issue #3024113 by VVVi, tim.plunkett: Ensure important testing base classes are @ingroup testing
parent
2c1c25a40d
commit
3f9f063dd1
|
@ -15,6 +15,8 @@ use Zumba\Mink\Driver\PhantomJSDriver;
|
|||
* Use \Drupal\FunctionalJavascriptTests\WebDriverTestBase instead
|
||||
*
|
||||
* @see https://www.drupal.org/node/2945059
|
||||
*
|
||||
* @ingroup testing
|
||||
*/
|
||||
abstract class JavascriptTestBase extends WebDriverTestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@ use Zumba\Mink\Driver\PhantomJSDriver;
|
|||
* 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 @@ use org\bovigo\vfs\visitor\vfsStreamPrintVisitor;
|
|||
* @see \Drupal\Tests\KernelTestBase::installEntitySchema()
|
||||
* @see \Drupal\Tests\KernelTestBase::installSchema()
|
||||
* @see \Drupal\Tests\BrowserTestBase
|
||||
*
|
||||
* @ingroup testing
|
||||
*/
|
||||
abstract class KernelTestBase extends TestCase implements ServiceProviderInterface {
|
||||
|
||||
|
|
Loading…
Reference in New Issue