You are here

function RevealerSpec::it_does_not_touch_non_prophecy_interface in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

RevealerSpec

Namespace

spec\Prophecy\Prophecy

Code

function it_does_not_touch_non_prophecy_interface() {
  $this
    ->reveal(42)
    ->shouldReturn(42);
}