Loading core/modules/forum/tests/fixtures/drupal6.php +1580 −248 File changed.Preview size limit exceeded, changes collapsed. Show changes core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ protected function getEntityCounts() { 'contact_form' => 2, 'contact_message' => 0, 'editor' => 2, 'field_config' => 34, 'field_config' => 38, 'field_storage_config' => 22, 'file' => 2, 'filter_format' => 7, Loading Loading @@ -125,6 +125,7 @@ protected function getAvailablePaths() { 'Search', 'System', 'Taxonomy', 'Upload', 'User', 'Variable admin', ]; Loading core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,13 @@ protected function setUp(): void { ]); } /** * Gets the path to the fixture file. */ protected function getFixtureFilePath() { return __DIR__ . '/../../../../fixtures/drupal6.php'; } /** * Tests forum migration. */ Loading Loading
core/modules/forum/tests/fixtures/drupal6.php +1580 −248 File changed.Preview size limit exceeded, changes collapsed. Show changes
core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ protected function getEntityCounts() { 'contact_form' => 2, 'contact_message' => 0, 'editor' => 2, 'field_config' => 34, 'field_config' => 38, 'field_storage_config' => 22, 'file' => 2, 'filter_format' => 7, Loading Loading @@ -125,6 +125,7 @@ protected function getAvailablePaths() { 'Search', 'System', 'Taxonomy', 'Upload', 'User', 'Variable admin', ]; Loading
core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,13 @@ protected function setUp(): void { ]); } /** * Gets the path to the fixture file. */ protected function getFixtureFilePath() { return __DIR__ . '/../../../../fixtures/drupal6.php'; } /** * Tests forum migration. */ Loading