Patch coverage
Generate coverage reports for git patches
|
Parse PHP files to find classes. More...
Public Member Functions | |
find (array $files) | |
Get all the classes that are found in these files. | |
Parse PHP files to find classes.
We use a proper PHP parser for it's awesome namespace support and to avoid all false positives.
MediaWiki\Tool\PatchCoverage\ClassFinder::find | ( | array | $files | ) |
Get all the classes that are found in these files.
array | $files |