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

Breadcrumb

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

function Test::isTestMethod

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Util/Test.php \PHPUnit\Util\Test::isTestMethod()

@psalm-assert-if-true TestMethod $this

1 method overrides Test::isTestMethod()
TestMethod::isTestMethod in vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php
@psalm-assert-if-true TestMethod $this

File

vendor/phpunit/phpunit/src/Event/Value/Test/Test.php, line 43

Class

Test
@psalm-immutable

Namespace

PHPUnit\Event\Code

Code

public function isTestMethod() : bool {
    return false;
}
RSS feed
Powered by Drupal