function CallSpec::it_returns_shortpath_to_callPlace in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
spec\Prophecy\CallCode
function it_returns_shortpath_to_callPlace() {
$this
->getCallPlace()
->shouldReturn('some_file.php:23');
}