https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370
--- Comment #30 from Kyle M Hall (khall) <[email protected]> --- Created attachment 191055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191055&action=edit Bug 32370: Adapt Koha::Auth::Identity::Provider This patch adapts the Koha::Auth::Identity::Provider class to make use of this, and also to prove the behavior is correct (expected results, exceptions, encoding, etc). To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Auth/Identity/Provider.t \ t/db_dependent/api/v1/idp.t => SUCCESS: Identity provider related tests pass! 2. Apply this patches 3. Repeat 1 => SUCCESS: Tests still pass! 4. Sign off :-D Signed-off-by: Nick Clemens <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
