stable

Clone or download

Read-only

Add unit tests for dashboard

This is a part of story #10173 Have multiple dashboards Change-Id: Id9b311f3d5b887e8c72d28cf7b3d1a2f0f213dcb

Modified Files

Name
M src/common/Dashboard/Widget/DashboardWidgetRetriever.php +3 −22 Go to diff View file
A tests/simpletest/common/Dashboard/Project/ProjectDashboardRetrieverTest.php +70 −0 Go to diff View file
A tests/simpletest/common/Dashboard/Project/ProjectDashboardSaverTest.php +95 −0 Go to diff View file
A tests/simpletest/common/Dashboard/User/UserDashboardRetrieverTest.php +74 −0 Go to diff View file
A tests/simpletest/common/Dashboard/User/UserDashboardSaverTest.php +75 −0 Go to diff View file
A tests/simpletest/common/Dashboard/Widget/WidgetReorderTest.php +213 −0 Go to diff View file
A tests/simpletest/common/Dashboard/Widget/WidgetRetrieverTest.php +225 −0 Go to diff View file