public function TestIterator::rewind in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/TestIterator.php \TestIterator::rewind()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ TestIterator.php, line 12
Class
Code
public function rewind() {
$this->position = 0;
}