Skip to content

Commit b83c469

Browse files
committed
bug #319 [Examples] Filter out bootstrap files in examples runner (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [Examples] Filter out bootstrap files in examples runner | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- 5d3413e Filter out bootstrap files in examples runner
2 parents ee428f1 + 5d3413e commit b83c469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/runner

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ $app = (new SingleCommandApplication('Symfony AI Example Runner'))
5151
->name($filter)
5252
->exclude('vendor')
5353
->sortByName()
54+
->notName('bootstrap.php')
5455
->files();
5556

5657
$io->comment(sprintf('Found %d example(s) to run.', count($examples)));

0 commit comments

Comments
 (0)