public function PHPUnit_Util_TestSuiteIterator::key

Returns the key of the current element.

Return value

integer

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php, line 103

Class

PHPUnit_Util_TestSuiteIterator
Iterator for test suites.

Code

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