You are here

function ArgumentNodeSpec::it_is_not_optional_by_default in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php \spec\Prophecy\Doubler\Generator\Node\ArgumentNodeSpec::it_is_not_optional_by_default()

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php, line 46

Class

ArgumentNodeSpec

Namespace

spec\Prophecy\Doubler\Generator\Node

Code

function it_is_not_optional_by_default() {
  $this
    ->isOptional()
    ->shouldReturn(false);
}