You are here

function HhvmExceptionPatchSpec::it_is_a_patch in Zircon Profile 8.0

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

File

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

Class

HhvmExceptionPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

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