function MagicCallPatchSpec::it_has_50_priority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php \spec\Prophecy\Doubler\ClassPatch\MagicCallPatchSpec::it_has_50_priority()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ ClassPatch/ MagicCallPatchSpec.php, line 49
Class
Namespace
spec\Prophecy\Doubler\ClassPatchCode
function it_has_50_priority() {
$this
->getPriority()
->shouldReturn(50);
}