Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .
| Name | Value | None (public) | Public | Protected | Private | Constant | ||
| class Cram | ||||||||
| $running | ||||||||
| $monitor | /** * @var FileMonitor */ | |||||||
| $watcher | /** * @var RunTests */ | |||||||
| $projects | /** * @var array */ | |||||||
| $last_interrupt | /** * @var int */ | |||||||
| onInterrupt | ||||||||
| main | ||||||||
| refreshProjects | ||||||||
| class RunTests | ||||||||
| $projects | /** * @var Project */ | |||||||
| $watcher | /** * @var TestWatcher */ | |||||||
| __construct | ||||||||
| addProject | ||||||||
| onChanged | ||||||||
| notifyWatcher | ||||||||
| class FileTestRegistry | ||||||||
| $files | ||||||||
| $tests | ||||||||
| __construct | ||||||||
| addFile | ||||||||
| updateTest | ||||||||
| updateTest2 | ||||||||
| add | ||||||||
| delete | ||||||||
| getFiles | ||||||||
| getTestsForFile | ||||||||
| class TestRegistry | ||||||||
| $directories | ||||||||
| $files | ||||||||
| addDirectory | ||||||||
| addFile | ||||||||
| getFiles | ||||||||
| getPaths | ||||||||
| isTest | ||||||||
| class Process | ||||||||
| $handle | ||||||||
| $pid | ||||||||
| $STDIN | ||||||||
| $STDOUT | ||||||||
| $STDERR | ||||||||
| open | ||||||||
| __construct | ||||||||
| __destruct | ||||||||
| getSTDOUT | ||||||||
| isRunning | ||||||||
| writeClose | ||||||||
| read | ||||||||
| readError | ||||||||
| readSelect | ||||||||
| terminate | ||||||||
| close | ||||||||
| wait | ||||||||
| waitClose | ||||||||
| class FileMonitor | ||||||||
| $bin | ||||||||
| $files | ||||||||
| $valid | ||||||||
| $watching | ||||||||
| $proc | /** * @var Process */ | |||||||
| __construct | ||||||||
| clear | ||||||||
| addFile | ||||||||
| removeFile | ||||||||
| beginWatching | ||||||||
| stopWatching | ||||||||
| startProcess | ||||||||
| endProcess | ||||||||
| class CompositeFileWatcher | ||||||||
| $watchers | ||||||||
| add | ||||||||
| onChanged | ||||||||
| class TestNotifier | ||||||||
| $notifier | /** * @var Notifier */ | |||||||
| $last | ||||||||
| __construct | ||||||||
| onException | ||||||||
| onError | ||||||||
| onFail | ||||||||
| onPass | ||||||||
| getCounts | ||||||||
| shouldNotify | ||||||||
| class Project | ||||||||
| $config | /** * @var PHPUnit_Configuration */ | |||||||
| $tests | /** * @var TestRegistry */ | |||||||
| $reg | /** * @var FileTestRegistry */ | |||||||
| $coverage | /** * @var PHPUnit_CoverageXML */ | |||||||
| $dead_file | /** * @var string */ | |||||||
| __construct | ||||||||
| reset | ||||||||
| addToMonitor | ||||||||
| getNewConfig | ||||||||
| testFile | ||||||||
| run | ||||||||
| class FileDelta | ||||||||
| $changed | ||||||||
| $last | ||||||||
| markFile | ||||||||
| getChangedFiles | ||||||||
| class CompositeTestWatcher | ||||||||
| $watchers | ||||||||
| add | ||||||||
| onException | ||||||||
| onError | ||||||||
| onFail | ||||||||
| onPass | ||||||||
| class Notify_LibNotify | ||||||||
| $bin | ||||||||
| __construct | ||||||||
| notify | ||||||||
| sendNotification | ||||||||
| class PHPUnit_CoverageXML | ||||||||
| $directory | ||||||||
| __construct | ||||||||
| getPath | ||||||||
| reset | ||||||||
| getFileTests | ||||||||
| getTestCoverage | ||||||||
| readCoverageFile | ||||||||
| class PHPUnit_TestResult | ||||||||
| $name | ||||||||
| $output | ||||||||
| $tests | ||||||||
| $failures | ||||||||
| $assertions | ||||||||
| $errors | ||||||||
| $test | ||||||||
| $failed | ||||||||
| $error | ||||||||
| runTest | ||||||||
| __construct | ||||||||
| getName | ||||||||
| getOutput | ||||||||
| getTestCount | ||||||||
| getAssertionCount | ||||||||
| getFailureCount | ||||||||
| getErrorCount | ||||||||
| getTests | ||||||||
| getFailed | ||||||||
| getErrors | ||||||||
| merge | ||||||||
| process | ||||||||
| getTestName | ||||||||
| class PHPUnit_TestReference | ||||||||
| $file | ||||||||
| $class | ||||||||
| $method | ||||||||
| $dataset | ||||||||
| __construct | ||||||||
| getFile | ||||||||
| getClass | ||||||||
| getMethod | ||||||||
| getDataset | ||||||||
| class PHPUnit_Configuration | ||||||||
| $file | ||||||||
| $path | ||||||||
| $doc | /** * @var DOMDocument */ | |||||||
| $root | /** * @var DOMElement */ | |||||||
| $suite | /** * @var DOMElement */ | |||||||
| $logging | /** * @var DOMElement */ | |||||||
| __construct | ||||||||
| __clone | ||||||||
| reload | ||||||||
| getFilename | ||||||||
| getBootstrapFile | ||||||||
| getFilterConfig | ||||||||
| clearTests | ||||||||
| clearLogging | ||||||||
| getTests | ||||||||
| addTestFile | ||||||||
| addTestFiles | ||||||||
| addLog | ||||||||
| save | ||||||||
| __toString | ||||||||
| getPath | ||||||||
| load | ||||||||
| clearChildren | ||||||||
| class PHPUnit_CoverageDatabase | ||||||||
| $db | /** * @var PDO */ | |||||||
| $revision | /** * @var int */ | |||||||
| $dsn | /** * @var string */ | |||||||
| __construct | ||||||||
| getDSN | ||||||||
| getRevision | ||||||||
| setRevision | ||||||||
| getMaxRevision | ||||||||
| getFileTests | ||||||||
| findRun | ||||||||
| class PHPUnit_FilterConfiguration | ||||||||
| $root | /** * @var DOMElement */ | |||||||
| $doc | /** * @var DOMDocument */ | |||||||
| $exclude | ||||||||
| $xpath | /** * @var DOMXPath */ | |||||||
| $mode | ||||||||
| __construct | ||||||||
| excludeFile | ||||||||
| excludeDirectory | ||||||||
| includeFile | ||||||||
| includeDirectory | ||||||||
| getExclude | ||||||||
| createFile | ||||||||
| createDirectory | ||||||||
| appendExclude | ||||||||
| appendInclude | ||||||||