We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f137a53 commit 90b8f9fCopy full SHA for 90b8f9f
tests/Unit/LogFileCollectionTest.php
@@ -36,7 +36,7 @@
36
});
37
38
test('LogFolder::files() returns a LogFileCollection', function () {
39
- $folder = new LogFolder(storage_path('subfolder'), []);
+ $folder = new LogFolder('subfolder', []);
40
41
expect($folder->files())->toBeInstanceOf(LogFileCollection::class);
42
0 commit comments