We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978089a commit a4a92edCopy full SHA for a4a92ed
1 file changed
tests/system/Helpers/FilesystemHelperTest.php
@@ -257,7 +257,7 @@ public function testDeleteFilesFailure()
257
258
public function testGetFilenames()
259
{
260
- $this->assertTrue(function_exists('delete_files'));
+ $this->assertTrue(function_exists('get_filenames'));
261
262
// Not sure the directory names should actually show up
263
// here but this matches v3.x results.
@@ -279,7 +279,7 @@ public function testGetFilenames()
279
280
public function testGetFilenamesWithHidden()
281
282
283
284
285
0 commit comments