Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MockMethod.php
function MockMethod::methodName
@psalm-return non-empty-string
File
vendor/
phpunit/
phpunit/
src/
Framework/
MockObject/
Generator/
MockMethod.php
, line 170
Class
MockMethod
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Framework\MockObject\Generator
Code
public
function
methodName
() : string {
return
$this
->
methodName
; }
RSS feed