spec\Crummy\Phlack\Bridge\Guzzle\PhlackClientSpec::it_accepts_a_config_hash_through_factory PHP 메소드

it_accepts_a_config_hash_through_factory() 공개 메소드

    public function it_accepts_a_config_hash_through_factory()
    {
        $this->beConstructedThrough('factory', [self::$mockConfig]);
        $this->getDescription()->shouldBeAnInstanceOf('Guzzle\\Service\\Description\\ServiceDescription');
    }