Skip to content

Commit

Permalink
Rename Restore Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchie027 committed Apr 4, 2022
1 parent 0ccc60c commit 50aab62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RestoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function setUp(): void
$this->backup = new Backup($this->tmp_ini);
}

public function testRestore(): void
public function testrestoreLocalBackup(): void
{
$buf = $this->backup->createLocalBackup('phpunit');
$this->backup->restore()->restoreLocalBackup($buf, 'phprest', true);
Expand Down

0 comments on commit 50aab62

Please sign in to comment.