Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal