spec\LdapTools\Query\Builder\ADFilterBuilderSpec::it_should_return_Comparison_when_calling_isLocked PHP Метод

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

    function it_should_return_Comparison_when_calling_isLocked()
    {
        $this->accountIsLocked()->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\Comparison');
    }