spec\Crummy\Phlack\Common\HashSpec::it_does_not_support_defaults_fromConfig PHP 메소드

it_does_not_support_defaults_fromConfig() 공개 메소드

    public function it_does_not_support_defaults_fromConfig()
    {
        $this->shouldThrow('\\LogicException')->duringFromConfig([], ['foo' => 'bar']);
    }