spec\LdapTools\AttributeConverter\ConvertGpOptionsSpec::it_should_return_string_when_going_to_ldap PHP 메소드

it_should_return_string_when_going_to_ldap() 공개 메소드

    function it_should_return_string_when_going_to_ldap()
    {
        $this->toLdap(true)->shouldBeEqualTo('1');
        $this->toLdap(false)->shouldBeString('0');
    }