Patch coverage
Generate coverage reports for git patches
Loading...
Searching...
No Matches
MediaWiki\Tool\PatchCoverage\ClassFinder Class Reference

Parse PHP files to find classes. More...

Public Member Functions

 find (array $files)
 Get all the classes that are found in these files.
 

Detailed Description

Parse PHP files to find classes.

We use a proper PHP parser for it's awesome namespace support and to avoid all false positives.

Member Function Documentation

◆ find()

MediaWiki\Tool\PatchCoverage\ClassFinder::find ( array $files)

Get all the classes that are found in these files.

Parameters
array$files
Returns
string[] Fully qualified class names

The documentation for this class was generated from the following file: