We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1973079 commit a7d0835Copy full SHA for a7d0835
1 file changed
tests/Feature/DeleteBeforeWriteTest.php
@@ -27,6 +27,7 @@ protected static function customConfig(): array
27
28
try {
29
DontDeleteDataExport::csv([['a']])->saveAs($filename);
30
+
31
throw new \InvalidArgumentException();
32
} catch (FileAlreadyExistException $e) {
33
expect(true)->toBeTrue();
@@ -50,6 +51,7 @@ protected static function customConfig(): array
50
51
52
53
DataExporter::csv([['a']])->saveAs($filename);
54
55
56
57
0 commit comments