spec\LdapTools\Query\Builder\ADFilterBuilderSpec::it_should_return_bOr_when_calling_accountNeverExpires PHP Méthode

it_should_return_bOr_when_calling_accountNeverExpires() public méthode

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