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

Breadcrumb

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

API Navigation

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