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

Breadcrumb

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

function Test::isTest

@psalm-assert-if-true Test $this

Overrides Metadata::isTest

File

vendor/phpunit/phpunit/src/Metadata/Test.php, line 22

Class

Test
@psalm-immutable

Namespace

PHPUnit\Metadata

Code

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