Issue #3267274 by quietone, xjm, danflanagan8: Use aggregator fixture instead of migrate_drupal fixture in d6/MigrateBlockTest
parent
05ff954188
commit
8de366f6e0
|
@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue