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