function KeywordPatchSpec::its_priority_is_49 in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
spec\Prophecy\Doubler\ClassPatchCode
function its_priority_is_49() {
$this
->getPriority()
->shouldReturn(49);
}