HomeDevCentral

Check Notifications center configuration compliance

Description

Check Notifications center configuration compliance

Summary:
The Notifications center now publish a configuration report,
per f3fcf394ac9c.

That allows us to compare the production config with a reference one.

Fixes T663.

Test Plan: New test checked against https://notifications.nasqueron.org/config

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T663

Differential Revision: https://devcentral.nasqueron.org/D791

Details

Provenance
derecksonAuthored on Jan 2 2017, 18:33
derecksonPushed on Jan 2 2017, 18:46
Reviewer
dereckson
Differential Revision
D791: Check Notifications center configuration compliance
Parents
rTESTSPRODENVc78598d85029: Publish JUnit XML report
Branches
Unknown
Tags
Unknown
Tasks
T663: Production environment tests for Notifications center

Event Timeline

/NotificationsTest.php
44

Currently, assertJsonStringEqualsJsonFile doesn't check objects equality but string equality, so if it's minimized, it doesn't work.