Skip to content

Commit

Permalink
Merge pull request #11 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
The "----prune" option does not exist.
  • Loading branch information
andrey-helldar authored Dec 17, 2024
2 parents 99b8941 + f1f5d20 commit 3e0420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Dumps/DeleteFilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
circleProcess(fn (int $i) => File::store(base_path("to_delete/second/sub/qwerty2File$i.stub"), '1'));
circleProcess(fn (int $i) => File::store(base_path("to_delete/third/file$i.stub"), '1'));

Artisan::call(DumpCommand::class, ['--path' => dumpStoragePath(), '----prune' => true]);
Artisan::call(DumpCommand::class, ['--path' => dumpStoragePath(), '--prune' => true]);

circleProcess(fn (int $i) => expect(
file_exists(base_path("to_delete/first/qwerty1File$i.stub"))
Expand Down

0 comments on commit 3e0420d

Please sign in to comment.