Skip to content

Commit

Permalink
Remove debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 20, 2019
1 parent a41e1e8 commit c605226
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ public function caseProvider()
$examples = __DIR__ . '/../examples';

foreach (scandir($examples) as $file) {
if ($file !== 'interpolation.return') {
continue;
}
if (substr($file, -7) === '.return') {
$cases[] = [$file, substr($file, 0, -7) . '.js'];
}
Expand Down

0 comments on commit c605226

Please sign in to comment.