drowl_paragraphs_bs-1.x-dev/modules/drowl_paragraphs_bs_type_webform/tests/src/Functional/GenericDrowlParagraphsBsWebformTest.php
modules/drowl_paragraphs_bs_type_webform/tests/src/Functional/GenericDrowlParagraphsBsWebformTest.php
<?php
namespace Drupal\Tests\drowl_paragraphs_bs_type_webform\Functional;
use Drupal\Tests\drowl_paragraphs_bs\Functional\GenericDrowlParagraphsBsTestBase;
/**
* Generic module tests for drowl_paragraphs_bs_type_webform.
*
* @group drowl_paragraphs_bs_type_webform
*/
class GenericDrowlParagraphsBsWebformTest extends GenericDrowlParagraphsBsTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = [
'drowl_paragraphs_bs',
'webform',
];
}
