You are here

function KeywordPatchSpec::its_priority_is_49 in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php, line 16

Class

KeywordPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function its_priority_is_49() {
  $this
    ->getPriority()
    ->shouldReturn(49);
}