From: Dan Brown Date: Fri, 28 Apr 2023 18:16:46 +0000 (+0100) Subject: Fixed pathing issue in test X-Git-Url: http://source.bookstackapp.com/system-cli/commitdiff_plain/34bd7dfbe01d875ea153b12ea1fcff2435ca9cdd Fixed pathing issue in test --- diff --git a/tests/Commands/BackupCommandTest.php b/tests/Commands/BackupCommandTest.php index 58b0446..2d23e9c 100644 --- a/tests/Commands/BackupCommandTest.php +++ b/tests/Commands/BackupCommandTest.php @@ -80,7 +80,8 @@ class BackupCommandTest extends TestCase '--no-database' => true, '--no-uploads' => true, '--no-themes' => true, - '--app-directory' => '/var/www/bookstack' + '--app-directory' => '/var/www/bookstack', + 'backup-path' => './' ]); $result->assertSuccessfulExit();