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