Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TestSuiteIterator.php
function TestSuiteIterator::current
2 calls to
TestSuiteIterator::current()
TestSuiteIterator::getChildren
in vendor/
phpunit/
phpunit/
src/
Framework/
TestSuiteIterator.php
TestSuiteIterator::hasChildren
in vendor/
phpunit/
phpunit/
src/
Framework/
TestSuiteIterator.php
File
vendor/
phpunit/
phpunit/
src/
Framework/
TestSuiteIterator.php
, line 52
Class
TestSuiteIterator
@template-implements RecursiveIterator<int, Test>
Namespace
PHPUnit\Framework
Code
public
function
current
() : Test {
return
$this
->
tests
[
$this
->
position
]; }
RSS feed