You are here

function SplFileInfoPatchSpec::its_priority_is_50 in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php \spec\Prophecy\Doubler\ClassPatch\SplFileInfoPatchSpec::its_priority_is_50()

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php, line 15

Class

SplFileInfoPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function its_priority_is_50() {
  $this
    ->getPriority()
    ->shouldReturn(50);
}