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