function RevealerSpec::it_is_revealer 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_is_revealer()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ RevealerSpec.php, line 9
Class
Namespace
spec\Prophecy\ProphecyCode
function it_is_revealer() {
$this
->shouldBeAnInstanceOf('Prophecy\\Prophecy\\RevealerInterface');
}