X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Ftests%2Fsrc%2FKernel%2FPlugin%2FMigrationDirectoryTest.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Ftests%2Fsrc%2FKernel%2FPlugin%2FMigrationDirectoryTest.php;h=b85aea478fe4f34ae6b24d63f0f2864960c5c1f7;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php b/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php new file mode 100644 index 000000000..b85aea478 --- /dev/null +++ b/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php @@ -0,0 +1,32 @@ +container->get('plugin.manager.migration'); + // Tests that a migration in directory 'migration_templates' is discovered. + $this->assertTrue($plugin_manager->hasDefinition('migration_templates_test')); + } + +}