You are here

function HhvmExceptionPatchSpec::its_priority_is_minus_50 in Zircon Profile 8

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

File

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

Class

HhvmExceptionPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function its_priority_is_minus_50() {
  $this
    ->getPriority()
    ->shouldReturn(-50);
}