Skip to content

Commit

Permalink
Exclude dl_test and zend_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 10, 2023
1 parent 18b55c5 commit baf8188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extractor/extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$finder = new Finder();
$finder->files()->in($srcDir)->name('*.stub.php')
->exclude('ext/skeleton')
->exclude('ext/dl_test')
->exclude('ext/zend_test')
->sortByName();

$addClasses = [];
Expand Down

0 comments on commit baf8188

Please sign in to comment.