Skip to content

Commit

Permalink
remove settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 28, 2024
1 parent c8cafb3 commit 20e16a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BackendCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,13 @@ public function createTestingDump()

$this->process(['php', 'core/scripts/db-tools.php', 'dump-database-d8-mysql'], $this->drupalRootDirectory());

// Cleanup settings file.
if (!empty($tmpName)) {
rename($tmpName, $defaultSettingsFile);
}

Check failure on line 368 in BackendCommands.php

View workflow job for this annotation

GitHub Actions / PHPCS

Expected 1 space after closing brace; newline found
else {
unlink($defaultSettingsFile);
}
}

/**
Expand Down

0 comments on commit 20e16a0

Please sign in to comment.