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

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

    function it_should_return_bOr_when_calling_accountNeverExpires()
    {
        $this->accountNeverExpires()->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\bOr');
    }