Closed JayNakrani closed 10 years ago
Looks good, I will merge it once it's covered by tests.
The inspection completed: 2 new issues, 19 updated code elements
@nijel : Why did the Test Coverage decrease?? I just added the test cases for 3 methods. Shouldn't it have increased??! :confused:
Because we don't include coverage for not at all covered files (what we IMHO should), so you've added 29.41% coverage Controller/NotificationsController.php what lowered the score...
Anyway I'm merging this now, but further improvements to testsuite are welcome :-).
Now with this, each developer will be notified whenever a new Error Report is generated. On each page, number of unread notifications will be displayed.
Notifications Page displays All the Pending Notifications.
TODO:
Notification
Model & Controller.