Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DataFromTestDependency.php
function DataFromTestDependency::from
1 call to
DataFromTestDependency::from()
TestMethodBuilder::dataFor
in vendor/
phpunit/
phpunit/
src/
Event/
Value/
Test/
TestMethodBuilder.php
File
vendor/
phpunit/
phpunit/
src/
Event/
Value/
Test/
TestData/
DataFromTestDependency.php
, line 19
Class
DataFromTestDependency
@psalm-immutable
Namespace
PHPUnit\Event\TestData
Code
public static
function
from
(string
$data
) : self {
return
new
self
(
$data
); }
RSS feed