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

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

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