function RevealerSpec::it_does_not_touch_non_prophecy_interface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php \spec\Prophecy\Prophecy\RevealerSpec::it_does_not_touch_non_prophecy_interface()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ RevealerSpec.php, line 47
Class
Namespace
spec\Prophecy\ProphecyCode
function it_does_not_touch_non_prophecy_interface() {
$this
->reveal(42)
->shouldReturn(42);
}