public function ProphecySubjectPatch::getPriority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php \Prophecy\Doubler\ClassPatch\ProphecySubjectPatch::getPriority()
Returns patch priority, which determines when patch will be applied.
Return value
int Priority number (higher - earlier)
Overrides ClassPatchInterface::getPriority
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ ProphecySubjectPatch.php, line 94
Class
- ProphecySubjectPatch
- Add Prophecy functionality to the double. This is a core class patch for Prophecy.
Namespace
Prophecy\Doubler\ClassPatchCode
public function getPriority() {
return 0;
}