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