Loading core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ namespace Drupal\Tests\aggregator\Kernel\Migrate\d6; use Drupal\block\Entity\Block; // @todo Remove in https://www.drupal.org/node/3267274 use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase; /** * Tests migration of aggregator block. Loading @@ -17,10 +15,12 @@ class MigrateBlockTest extends MigrateDrupal6TestBase { * {@inheritdoc} */ protected static $modules = [ 'aggregator', 'block', 'block_content', 'filter', 'node', 'path_alias', 'text', ]; /** Loading Loading
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ namespace Drupal\Tests\aggregator\Kernel\Migrate\d6; use Drupal\block\Entity\Block; // @todo Remove in https://www.drupal.org/node/3267274 use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase; /** * Tests migration of aggregator block. Loading @@ -17,10 +15,12 @@ class MigrateBlockTest extends MigrateDrupal6TestBase { * {@inheritdoc} */ protected static $modules = [ 'aggregator', 'block', 'block_content', 'filter', 'node', 'path_alias', 'text', ]; /** Loading