Open davidcoutadeur opened 1 month ago
Currently, we can't test functions that require to modify the arguments passed by reference.
Typically, the ldap_parse_result function, but maybe also other functions.
ldap_parse_result
This prevents from doing complete tests, especially with paged searches test with multiple pages.
So the goal is to improve theses test functions:
and determine if there is any other LDAP function modifying variables by reference.
See also bug opened on mockery project: https://github.com/mockery/mockery/issues/1440
Currently, we can't test functions that require to modify the arguments passed by reference.
Typically, the
ldap_parse_result
function, but maybe also other functions.This prevents from doing complete tests, especially with paged searches test with multiple pages.
So the goal is to improve theses test functions:
and determine if there is any other LDAP function modifying variables by reference.