You are here

function ArgumentNodeSpec::its_default_is_mutable 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::its_default_is_mutable()

File

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

Class

ArgumentNodeSpec

Namespace

spec\Prophecy\Doubler\Generator\Node

Code

function its_default_is_mutable() {
  $this
    ->setDefault(array());
  $this
    ->getDefault()
    ->shouldReturn(array());
}