You are here

function CallSpec::it_exposes_method_name_through_getter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php \spec\Prophecy\Call\CallSpec::it_exposes_method_name_through_getter()

File

vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php, line 17

Class

CallSpec

Namespace

spec\Prophecy\Call

Code

function it_exposes_method_name_through_getter() {
  $this
    ->getMethodName()
    ->shouldReturn('setValues');
}