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');
    }