You are here

function DisableConstructorPatchSpec::its_priority_is_100 in Zircon Profile 8.0

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

File

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

Class

DisableConstructorPatchSpec

Namespace

spec\Prophecy\Doubler\ClassPatch

Code

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