Verified Commit e5796343 authored by quietone's avatar quietone
Browse files

Issue #3442172 by pradhumanjain2311, catch: Remove the 9.4 database dump fixtures from 11.x

parent 386e810b
Loading
Loading
Loading
Loading
Loading
−159 KiB

File deleted.

Preview size limit exceeded, changes collapsed.

−573 KiB

File deleted.

Preview size limit exceeded, changes collapsed.

−159 KiB

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public function testDbImportCommand() {
    $command = new DbImportCommand();
    $command_tester = new CommandTester($command);
    $command_tester->execute([
      'script' => __DIR__ . '/../../../fixtures/update/drupal-9.4.0.bare.standard.php.gz',
      'script' => __DIR__ . '/../../../fixtures/update/drupal-10.3.0.bare.standard.php.gz',
      '--database' => $this->databasePrefix,
    ]);