|
Lggr
|


Public Member Functions | |
| __construct ($filename, $phpUtil=null) | |
| count () | |
| run (TestResult $result=null) | |
| getName () | |
| toString () | |
Protected Member Functions | |
| parseIniSection ($content, $ini=[]) | |
| parseEnvSection ($content) | |
Runner for PHPT test cases.
| PHPUnit\Runner\PhptTestCase::__construct | ( | $filename, | |
$phpUtil = null |
|||
| ) |
Constructs a test case with the given filename.
| string | $filename | |
| AbstractPhpProcess | $phpUtil |
| Exception |
| PHPUnit\Runner\PhptTestCase::count | ( | ) |
Counts the number of test cases executed by run(TestResult result).
| PHPUnit\Runner\PhptTestCase::getName | ( | ) |
Returns the name of the test case.
|
protected |
| string | $content |
|
protected |
Parse –INI– section key value pairs and return as array.
| string|array |
| PHPUnit\Runner\PhptTestCase::run | ( | TestResult | $result = null | ) |
Runs a test and collects its result in a TestResult instance.
| TestResult | $result |
Implements PHPUnit\Framework\Test.
| PHPUnit\Runner\PhptTestCase::toString | ( | ) |
Returns a string representation of the test case.
Implements PHPUnit\Framework\SelfDescribing.
1.8.17