Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Started.php
function Started::asString
Same name in this branch
11.1.x vendor/phpunit/phpunit/src/Event/Events/Application/Started.php
\PHPUnit\Event\Application\Started::asString()
11.1.x vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php
\PHPUnit\Event\TestSuite\Started::asString()
Overrides
Event::asString
File
vendor/
phpunit/
phpunit/
src/
Event/
Events/
TestRunner/
Started.php
, line 34
Class
Started
@psalm-immutable
Namespace
PHPUnit\Event\TestRunner
Code
public
function
asString
() : string {
return
'Test Runner Started'
; }
RSS feed