Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiem-mb committed Oct 5, 2023
1 parent 0d16b26 commit a58b855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public function test_loadDefaultDataPattern()
$this->assertNotNull($path);
$Folder = new BcFolder($path . DS . $plugin);
$Folder->create();
$files = $Folder->getFiles();
$files = $Folder->getFiles(['full'=>true]);
$csvList = $files;
foreach ($csvList as $path) {
$table = basename($path, '.csv');
Expand Down

0 comments on commit a58b855

Please sign in to comment.