Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TestCollection.php
function TestCollection::getIterator
File
vendor/
phpunit/
phpunit/
src/
Event/
Value/
Test/
TestCollection.php
, line 56
Class
TestCollection
@template-implements IteratorAggregate<int, Test>
Namespace
PHPUnit\Event\Code
Code
public
function
getIterator
() : TestCollectionIterator {
return
new
TestCollectionIterator
(
$this
); }
RSS feed