spec\LdapTools\Event\LdapOperationEventSpec::it_should_get_the_connection_for_the_event PHP Метод

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

    function it_should_get_the_connection_for_the_event()
    {
        $this->getConnection()->shouldReturnAnInstanceOf('LdapTools\\Connection\\LdapConnectionInterface');
    }