) )
Code extracted from bmitch/churn-php
$fileFinder = new FileFinder( fileExtensions: ['php'], filesToIgnore: [], basePath: __DIR__, ); $files = $fileFinder->getFiles(paths: [ __DIR__, ]); foreach ($files as $file) { $file->getFullPath(); $file->getDisplayPath(); }
make test make coverage
info at phpclasses dot org