We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6da16b commit 978089aCopy full SHA for 978089a
1 file changed
tests/system/Helpers/FilesystemHelperTest.php
@@ -37,11 +37,12 @@ protected function setUp(): void
37
'simpleFile' => 'A tap-tap-tapping upon my door',
38
'.hidden' => 'There is no spoon',
39
];
40
+
41
+ helper('filesystem');
42
}
43
44
public function testDirectoryMapDefaults()
45
{
- helper('filesystem');
46
$this->assertTrue(function_exists('directory_map'));
47
48
$expected = [
@@ -65,7 +66,6 @@ public function testDirectoryMapDefaults()
65
66
67
public function testDirectoryMapShowsHiddenFiles()
68
69
70
71
0 commit comments