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

Breadcrumb

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

function TestSize::isSmall

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

@psalm-assert-if-true Small $this

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

File

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

Class

TestSize
@psalm-immutable

Namespace

SebastianBergmann\CodeCoverage\Test\TestSize

Code

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