Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DataFromTestDependency.php

function DataFromTestDependency::isFromTestDependency

@psalm-assert-if-true DataFromTestDependency $this

Overrides TestData::isFromTestDependency

File

vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php, line 27

Class

DataFromTestDependency
@psalm-immutable

Namespace

PHPUnit\Event\TestData

Code

public function isFromTestDependency() : bool {
    return true;
}
RSS feed
Powered by Drupal