You are here

public function TestIterator::key in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/TestIterator.php \TestIterator::key()

File

vendor/phpunit/phpunit/tests/_files/TestIterator.php, line 22

Class

TestIterator

Code

public function key() {
  return $this->position;
}