You are here

function CallSpec::it_returns_shortpath_to_callPlace in Zircon Profile 8

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

File

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

Class

CallSpec

Namespace

spec\Prophecy\Call

Code

function it_returns_shortpath_to_callPlace() {
  $this
    ->getCallPlace()
    ->shouldReturn('some_file.php:23');
}