]> BookStack Code Mirror - system-cli/commitdiff
Fixed pathing issue in test
authorDan Brown <redacted>
Fri, 28 Apr 2023 18:16:46 +0000 (19:16 +0100)
committerDan Brown <redacted>
Fri, 28 Apr 2023 18:16:46 +0000 (19:16 +0100)
tests/Commands/BackupCommandTest.php

index 58b0446ee7ecc0e8325034f7a81f395eef918687..2d23e9c7ecb6fcf5be24cdb767f6f09105f56bc9 100644 (file)
@@ -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();