Skip to content

Commit a4a92ed

Browse files
committed
test: fix: incorrect function name in assertions
1 parent 978089a commit a4a92ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Helpers/FilesystemHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function testDeleteFilesFailure()
257257

258258
public function testGetFilenames()
259259
{
260-
$this->assertTrue(function_exists('delete_files'));
260+
$this->assertTrue(function_exists('get_filenames'));
261261

262262
// Not sure the directory names should actually show up
263263
// here but this matches v3.x results.
@@ -279,7 +279,7 @@ public function testGetFilenames()
279279

280280
public function testGetFilenamesWithHidden()
281281
{
282-
$this->assertTrue(function_exists('delete_files'));
282+
$this->assertTrue(function_exists('get_filenames'));
283283

284284
// Not sure the directory names should actually show up
285285
// here but this matches v3.x results.

0 commit comments

Comments
 (0)