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

merge-requests/1119/head
Alex Pott 2019-04-02 16:08:49 +01:00
parent 2c1c25a40d
commit 3f9f063dd1
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
3 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {