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

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

    function it_should_return_MatchingRule_when_calling_isDisabled()
    {
        $this->accountIsDisabled()->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\MatchingRule');
    }