You are here

function ObjectProphecySpec::it_implements_ProphecyInterface in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php \spec\Prophecy\Prophecy\ObjectProphecySpec::it_implements_ProphecyInterface()

File

vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php, line 21

Class

ObjectProphecySpec

Namespace

spec\Prophecy\Prophecy

Code

function it_implements_ProphecyInterface() {
  $this
    ->shouldBeAnInstanceOf('Prophecy\\Prophecy\\ProphecyInterface');
}