You are here

function ReflectionClassNewInstancePatchSpec::it_is_a_patch in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php \spec\Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatchSpec::it_is_a_patch()

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php, line 10

Class

ReflectionClassNewInstancePatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function it_is_a_patch() {
  $this
    ->shouldBeAnInstanceOf('Prophecy\\Doubler\\ClassPatch\\ClassPatchInterface');
}