Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c67abc7d authored by drishu's avatar drishu
Browse files

OEL-1913: Move enbled modules to base.

parent ac1f946d
No related branches found
No related tags found
1 merge request!179OEL-1913: Theme oe_carousel paragraph.
......@@ -12,49 +12,6 @@ use Drupal\Tests\oe_bootstrap_theme\PatternAssertion\CarouselPatternAssert;
*/
class CarouselTest extends ParagraphsTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = [
'allowed_formats',
'content_translation',
'composite_reference',
'datetime',
'description_list_field',
'entity_browser',
'entity_reference_revisions',
'field',
'file',
'file_link',
'filter',
'language',
'link',
'locale',
'media',
'media_avportal',
'media_avportal_mock',
'node',
'oe_media',
'oe_media_avportal',
'oe_media_iframe',
'oe_media_oembed_mock',
'oe_paragraphs',
'oe_paragraphs_banner',
'oe_paragraphs_description_list',
'oe_paragraphs_iframe_media',
'oe_paragraphs_media',
'oe_paragraphs_media_field_storage',
'oe_whitelabel_paragraphs',
'oe_paragraphs_carousel',
'oe_multilingual',
'options',
'paragraphs',
'text',
'typed_link',
'user',
'views',
];
/**
* {@inheritdoc}
*/
......
......@@ -17,6 +17,8 @@ abstract class ParagraphsTestBase extends AbstractKernelTestBase {
*/
protected static $modules = [
'allowed_formats',
'composite_reference',
'content_translation',
'datetime',
'description_list_field',
'entity_browser',
......@@ -35,14 +37,15 @@ abstract class ParagraphsTestBase extends AbstractKernelTestBase {
'oe_media',
'oe_media_avportal',
'oe_media_iframe',
'oe_multilingual',
'oe_paragraphs',
'oe_paragraphs_banner',
'oe_paragraphs_carousel',
'oe_paragraphs_description_list',
'oe_paragraphs_iframe_media',
'oe_paragraphs_media',
'oe_paragraphs_media_field_storage',
'oe_whitelabel_paragraphs',
'oe_multilingual',
'options',
'paragraphs',
'text',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment