Commit 3aa89b93 authored by catch's avatar catch
Browse files

Issue #3275093 by larowlan, catch, bbrala, dww, heddn: Drupal 9.3.0 dumps were...

Issue #3275093 by larowlan, catch, bbrala, dww, heddn: Drupal 9.3.0 dumps were created with PHP 8, needs to be PHP 7.3
parent c596c120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class ImageLazyLoadUpdateTest extends UpdatePathTestBase {
   */
  protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz',
      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-9.3.0.filled.standard.php.gz',
    ];
  }