Added an example test that queries /admin/notification/all and checks if the response returns a list of notifications.
Since we don't have a real database, we overwrite (mock) NotificationModel to just return some fake data, otherwise the test would crash.