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');
    }