You are here

function ProphecySubjectPatchSpec::it_has_priority_of_0 in Zircon Profile 8

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

File

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

Class

ProphecySubjectPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function it_has_priority_of_0() {
  $this
    ->getPriority()
    ->shouldReturn(0);
}