public function TestIterator::current in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/TestIterator.php \TestIterator::current()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ TestIterator.php, line 27
Class
Code
public function current() {
return $this->array[$this->position];
}