Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2017 at 02:32 UTC
Updated:
27 Dec 2017 at 16:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch fixes the failing tests. The code was partially from #2907182: Admin UI Pages not Accessible via Permission by kerasai, so credit where credit is due.
Comment #3
dakku commentedThank you for the patch Ide, I will hopefully get a chance to review and test over the weekend.
Comment #4
dakku commentedHi Ide,
At a quick glance, I couldnt quite figure out how the changes to simplesamlphp_auth.schema.yml are related to the test?
Comment #5
idebr commentedHi dakku,
Every KernelTest and SimpleTest call the ConfigSchemaChecker in the setup function. This class checks the configuration that is added in /config/install with the configuration schema in /config/schema. Any mismatch in data type then results in an error in the automated tests.
Comment #8
dakku commented