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

Breadcrumb

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

function TestSize::isKnown

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php \PHPUnit\Framework\TestSize\TestSize::isKnown()

@psalm-assert-if-true Known $this

1 method overrides TestSize::isKnown()
Known::isKnown in vendor/phpunit/php-code-coverage/src/TestSize/Known.php
@psalm-assert-if-true Known $this

File

vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php, line 40

Class

TestSize
@psalm-immutable

Namespace

SebastianBergmann\CodeCoverage\Test\TestSize

Code

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