Loading core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,6 @@ protected function setUp() { // Install Drupal test site. $this->prepareEnvironment(); $this->runDbTasks(); // Allow classes to set database dump files. $this->setDatabaseDumpFiles(); // We are going to set a missing zlib requirement property for usage // during the performUpgrade() and tearDown() methods. Also set that the Loading core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +10 −5 Original line number Diff line number Diff line Loading @@ -23,11 +23,9 @@ class UpdatePathTestBaseTest extends UpdatePathTestBase { * {@inheritdoc} */ protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz', __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php', __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php', ]; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz'; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php'; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php'; } /** Loading Loading @@ -212,4 +210,11 @@ public function testSchemaChecking() { } /** * Test the database fixtures are setup correctly. */ public function testFixturesSetup() { $this->assertCount(3, $this->databaseDumpFiles); } } Loading
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,6 @@ protected function setUp() { // Install Drupal test site. $this->prepareEnvironment(); $this->runDbTasks(); // Allow classes to set database dump files. $this->setDatabaseDumpFiles(); // We are going to set a missing zlib requirement property for usage // during the performUpgrade() and tearDown() methods. Also set that the Loading
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +10 −5 Original line number Diff line number Diff line Loading @@ -23,11 +23,9 @@ class UpdatePathTestBaseTest extends UpdatePathTestBase { * {@inheritdoc} */ protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz', __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php', __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php', ]; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz'; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php'; $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php'; } /** Loading Loading @@ -212,4 +210,11 @@ public function testSchemaChecking() { } /** * Test the database fixtures are setup correctly. */ public function testFixturesSetup() { $this->assertCount(3, $this->databaseDumpFiles); } }