Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Configured.php
function Configured::asString
Overrides
Event::asString
File
vendor/
phpunit/
phpunit/
src/
Event/
Events/
TestRunner/
Configured.php
, line 40
Class
Configured
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Event\TestRunner
Code
public
function
asString
() : string {
return
'Test Runner Configured'
; }
RSS feed