Issue #3267274 by quietone, xjm, danflanagan8: Use aggregator fixture instead of migrate_drupal fixture in d6/MigrateBlockTest

merge-requests/1969/merge
catch 2022-03-15 11:38:58 +00:00
parent 05ff954188
commit 8de366f6e0
1 changed files with 3 additions and 3 deletions

View File

@ -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.
@ -17,10 +15,12 @@ class MigrateBlockTest extends MigrateDrupal6TestBase {
* {@inheritdoc}
*/
protected static $modules = [
'aggregator',
'block',
'block_content',
'filter',
'node',
'path_alias',
'text',
];
/**