spec\LdapTools\Operation\QueryOperationSpec::it_should_get_a_log_formatted_array PHP Метод

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

    function it_should_get_a_log_formatted_array()
    {
        $this->getLogArray()->shouldBeArray();
        $this->getLogArray()->shouldHaveKey('Base DN');
        $this->getLogArray()->shouldHaveKey('Scope');
        $this->getLogArray()->shouldHaveKey('Page Size');
        $this->getLogArray()->shouldHaveKey('Filter');
        $this->getLogArray()->shouldHaveKey('Attributes');
        $this->getLogArray()->shouldHaveKey('Use Paging');
        $this->getLogArray()->shouldHaveKey('Server');
        $this->getLogArray()->shouldHaveKey('Controls');
        $this->getLogArray()->shouldHaveKey('Size Limit');
    }