Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Oct 19, 2024
1 parent 8b4a286 commit 5f33f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/ThemesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

describe('Themes', function () {
test('default themes do not produce warnings or exceptions', function (string $theme) {
$sample = file_get_contents(__DIR__ . '/../../resources/samples/sample.php');
$sample = file_get_contents(__DIR__.'/../../resources/samples/sample.php');

(new Phiki)->codeToHighlightedTokens($sample, Grammar::Php, $theme);
})
Expand All @@ -23,4 +23,4 @@
sort($themes, SORT_NATURAL);

return $themes;
});
});

0 comments on commit 5f33f1c

Please sign in to comment.