public function SplFileInfoPatch::getPriority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php \Prophecy\Doubler\ClassPatch\SplFileInfoPatch::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/ SplFileInfoPatch.php, line 70
Class
- SplFileInfoPatch
- SplFileInfo patch. Makes SplFileInfo and derivative classes usable with Prophecy.
Namespace
Prophecy\Doubler\ClassPatchCode
public function getPriority() {
return 50;
}