Skip to content

Commit

Permalink
Debug paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jul 13, 2023
1 parent 840f44c commit cf9b46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/GenerateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private function generate()
$this->assertTrue($this->files->exists($this->destination));

return collect($this->files->allFiles($this->destination))
->each(fn ($file) => var_dump($file->getPathname()))
->mapWithKeys(fn ($file) => [$this->relativePath($file->getPathname()) => $file->getContents()])
->all();
}
Expand Down

0 comments on commit cf9b46a

Please sign in to comment.