Currently, the tests for 8.x-3.x-dev branch are broken. As a result, no patches can be added.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | simplesamlphp_auth-edit_fix_tests_for-2898517-2.patch | 2.63 KB | idebr |
Currently, the tests for 8.x-3.x-dev branch are broken. As a result, no patches can be added.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | simplesamlphp_auth-edit_fix_tests_for-2898517-2.patch | 2.63 KB | idebr |
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