Page MenuHomeDevCentral

Refactor ActionsReport events listener
ClosedPublic

Authored by dereckson on Jan 8 2016, 14:13.
Tags
None
Referenced Files
F3209320: D177.id418.diff
Sat, Jun 29, 01:14
Unknown Object (File)
Wed, Jun 26, 12:08
Unknown Object (File)
Wed, Jun 26, 04:41
Unknown Object (File)
Tue, Jun 25, 11:55
Unknown Object (File)
Mon, Jun 24, 10:14
Unknown Object (File)
Mon, Jun 24, 07:57
Unknown Object (File)
Sun, Jun 23, 18:21
Unknown Object (File)
Thu, Jun 20, 23:56
Subscribers
None

Details

Reviewers
dereckson
Commits
Unknown Object (Diffusion Commit)
rNOTIF6ed92b9a75b8: Refactor ActionsReport events listener
Summary

We now define the listener for report events in the service provider,
to tie up with the application without any facade, and use dependencies
injection.

This change furthermore removes the need of a PHPMD ignore rule.

Test Plan
  • Send a payload.
  • Run D176 tests.

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Refactor ActionsReport events listener.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.

PHPMD is happy.

$ ant phpmd
Buildfile: /home/ubuntu/workspace/notifications/build.xml

phpmd:
    [phpmd] 

BUILD SUCCESSFUL
Total time: 4 seconds
``` ant phpmd
Buildfile: /home/ubuntu/workspace/notifications/build.xml

phpmd:
    [phpmd] 

BUILD SUCCESSFUL
Total time: 4 seconds
This revision is now accepted and ready to land.Jan 8 2016, 14:35
This revision was automatically updated to reflect the committed changes.