You are here

function RevealerSpec::it_is_revealer 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_is_revealer()

File

vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php, line 9

Class

RevealerSpec

Namespace

spec\Prophecy\Prophecy

Code

function it_is_revealer() {
  $this
    ->shouldBeAnInstanceOf('Prophecy\\Prophecy\\RevealerInterface');
}