spec\LdapTools\Hydrator\ArrayHydratorSpec::it_should_be_able_to_be_constructed_with_a_ldap_connection PHP Метод

it_should_be_able_to_be_constructed_with_a_ldap_connection() публичный Метод

public it_should_be_able_to_be_constructed_with_a_ldap_connection ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface
    function it_should_be_able_to_be_constructed_with_a_ldap_connection(LdapConnectionInterface $connection)
    {
        $this->beConstructedWith($connection);
        $this->shouldHaveType('LdapTools\\Hydrator\\ArrayHydrator');
    }