Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MethodProphecy.php
function MethodProphecy::getMethodName
Returns method name.
Return value
string
1 call to
MethodProphecy::getMethodName()
MethodProphecy::shouldHave
in vendor/
phpspec/
prophecy/
src/
Prophecy/
Prophecy/
MethodProphecy.php
Checks provided prediction immediately.
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Prophecy/
MethodProphecy.php
, line 582
Class
MethodProphecy
Method prophecy.
Namespace
Prophecy\Prophecy
Code
public
function
getMethodName
() {
return
$this
->
methodName
; }
RSS feed