Skip to content
Snippets Groups Projects
Commit c944475c authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

Issue #2935822 by sonu.raj.chauhan, quietone: Correct test group for two migrate tests

parent c433063c
Branches
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/** /**
* @coversDefaultClass \Drupal\migrate\Exception\RequirementsException * @coversDefaultClass \Drupal\migrate\Exception\RequirementsException
* @group migration * @group migrate
*/ */
class RequirementsExceptionTest extends UnitTestCase { class RequirementsExceptionTest extends UnitTestCase {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
/** /**
* @coversDefaultClass \Drupal\migrate\Plugin\Migration * @coversDefaultClass \Drupal\migrate\Plugin\Migration
* *
* @group Migration * @group migrate
*/ */
class MigrationTest extends UnitTestCase { class MigrationTest extends UnitTestCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment