spec\LdapTools\Query\LdapQuerySpec::it_should_return_the_query_operation PHP Метод

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

    function it_should_return_the_query_operation()
    {
        $this->getQueryOperation()->shouldBeEqualTo($this->operation);
    }
LdapQuerySpec