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

Breadcrumb

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

function TestSize::small

Same name in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php \SebastianBergmann\CodeCoverage\Test\TestSize\TestSize::small()
1 call to TestSize::small()
Groups::size in vendor/phpunit/phpunit/src/Metadata/Api/Groups.php
@psalm-param class-string $className @psalm-param non-empty-string $methodName

File

vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php, line 26

Class

TestSize
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\Framework\TestSize

Code

public static function small() : self {
    return new Small();
}
RSS feed
Powered by Drupal