Commit 48e05492 authored by catch's avatar catch
Browse files

Issue #3350511 by quietone: Change MigrateForumTest to use forum test fixture

parent 375376d5
Loading
Loading
Loading
Loading
+1580 −248

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -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,
@@ -125,6 +125,7 @@ protected function getAvailablePaths() {
      'Search',
      'System',
      'Taxonomy',
      'Upload',
      'User',
      'Variable admin',
    ];
+7 −0
Original line number Diff line number Diff line
@@ -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.
   */