TestFileParser
class TestFileParser (View source)
| internal |
Parses class names from PHP files without loading them.
Methods
string[]
getTestListFromFile(string $file)
Gets the classes from a PHP file.
string[]
parseContents(string $contents)
Parse class names out of PHP file contents.
Details
string[]
getTestListFromFile(string $file)
Gets the classes from a PHP file.
protected string[]
parseContents(string $contents)
Parse class names out of PHP file contents.