function ArgumentNodeSpec::it_does_not_have_default_value_by_default in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php \spec\Prophecy\Doubler\Generator\Node\ArgumentNodeSpec::it_does_not_have_default_value_by_default()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ Generator/ Node/ ArgumentNodeSpec.php, line 41
Class
Namespace
spec\Prophecy\Doubler\Generator\NodeCode
function it_does_not_have_default_value_by_default() {
$this
->getDefault()
->shouldReturn(null);
}