|
Lggr
|


Public Member Functions | |
| __construct (TestSuite $testSuite) | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
| getChildren () | |
| hasChildren () | |
Protected Attributes | |
| $position | |
| $tests | |
Iterator for test suites.
| PHPUnit\Framework\TestSuiteIterator::__construct | ( | TestSuite | $testSuite | ) |
| TestSuite | $testSuite |
| PHPUnit\Framework\TestSuiteIterator::current | ( | ) |
Returns the current element.
| PHPUnit\Framework\TestSuiteIterator::getChildren | ( | ) |
Returns the sub iterator for the current element.
| PHPUnit\Framework\TestSuiteIterator::hasChildren | ( | ) |
Checks whether the current element has children.
| PHPUnit\Framework\TestSuiteIterator::key | ( | ) |
Returns the key of the current element.
| PHPUnit\Framework\TestSuiteIterator::next | ( | ) |
Moves forward to next element.
| PHPUnit\Framework\TestSuiteIterator::rewind | ( | ) |
Rewinds the Iterator to the first element.
| PHPUnit\Framework\TestSuiteIterator::valid | ( | ) |
1.8.17