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

Breadcrumb

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

function Reflection::methodsInTestClass

@psalm-return list<ReflectionMethod>

1 call to Reflection::methodsInTestClass()
HookMethods::hookMethods in vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php
@psalm-param class-string $className

File

vendor/phpunit/phpunit/src/Util/Reflection.php, line 63

Class

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

Namespace

PHPUnit\Util

Code

public static function methodsInTestClass(ReflectionClass $class) : array {
    return self::filterAndSortMethods($class, null, false);
}
RSS feed
Powered by Drupal