Skip to content

Commit

Permalink
fix: add test for bogon file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Aug 30, 2024
1 parent a8cad24 commit 9ae332c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/issue-13/test-bogon-files-filter.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ foreach ($finder as $className => $reflector) {
++$count;
}

echo "OK"
if ($count > 0) {
echo "OK";
}
?>
--EXPECT--
OK

0 comments on commit 9ae332c

Please sign in to comment.