Skip to content

Commit f1f5d20

Browse files
The "----prune" option does not exist.
1 parent bb88aaa commit f1f5d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Dumps/DeleteFilesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
circleProcess(fn (int $i) => File::store(base_path("to_delete/second/sub/qwerty2File$i.stub"), '1'));
3838
circleProcess(fn (int $i) => File::store(base_path("to_delete/third/file$i.stub"), '1'));
3939

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

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

0 commit comments

Comments
 (0)