Skip to content

Commit

Permalink
annotate tests requiring 3rd party modules Paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Mar 11, 2024
1 parent b88530b commit 9e842a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"license": "GPL-2.0-or-later",
"require-dev": {
"drupal/coder": "^8.3.1"
"drupal/coder": "^8.3.1",
"drupal/paragraphs": "^1"
},
"config": {
"allow-plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @group factory_lollipop
* @group factory_lollipop_paragraphs
* @group factory_lollipop_example
* @requires module paragraphs
*/
class ParagraphFactoryTest extends LollipopKernelTestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @group factory_lollipop
* @group factory_lollipop_paragraphs
* @group factory_lollipop_example
* @requires module paragraphs
*/
class ParagraphFieldEntityReferenceFactoryTest extends LollipopKernelTestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @group factory_lollipop
* @group factory_lollipop_paragraphs
* @group factory_lollipop_example
* @requires module paragraphs
*/
class ParagraphFieldFactoryTest extends LollipopKernelTestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @group factory_lollipop
* @group factory_lollipop_paragraphs
* @group factory_lollipop_example
* @requires module paragraphs
*/
class ParagraphTypeFactoryTest extends LollipopKernelTestBase {

Expand Down

0 comments on commit 9e842a0

Please sign in to comment.