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