You are here

function TraversablePatchSpec::it_has_100_priority in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php \spec\Prophecy\Doubler\ClassPatch\TraversablePatchSpec::it_has_100_priority()

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php, line 45

Class

TraversablePatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

function it_has_100_priority() {
  $this
    ->getPriority()
    ->shouldReturn(100);
}