You are here

function MethodProphecySpec::it_has_MethodName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php \spec\Prophecy\Prophecy\MethodProphecySpec::it_has_MethodName()

File

vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php, line 346

Class

MethodProphecySpec

Namespace

spec\Prophecy\Prophecy

Code

function it_has_MethodName() {
  $this
    ->getMethodName()
    ->shouldReturn('getName');
}