function MethodNodeSpec::it_accepts_only_supported_visibilities in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/MethodNodeSpec.php \spec\Prophecy\Doubler\Generator\Node\MethodNodeSpec::it_accepts_only_supported_visibilities()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ Generator/ Node/ MethodNodeSpec.php, line 52
Class
Namespace
spec\Prophecy\Doubler\Generator\NodeCode
function it_accepts_only_supported_visibilities() {
$this
->shouldThrow('InvalidArgumentException')
->duringSetVisibility('stealth');
}