stable

Clone or download

Read-only

Unit test the update of project categories

Part of story #12553: see flags that categorize my project in all project pages No functional changes, you can still update the project categories. Change-Id: I541b5a11e3457a71bc080970bc898f336dec67c7

Modified Files

Name
A src/common/Project/Admin/Categories/ProjectCategoriesUpdater.php +81 −0 Go to diff View file
A src/common/Project/Admin/Categories/TroveSetNodeFacade.php +32 −0 Go to diff View file
M src/common/Project/Admin/Categories/UpdateController.php +15 −36 Go to diff View file
M src/common/Request/RouteCollector.php +9 −1 Go to diff View file
A tests/phpunit/common/Project/Admin/Categories/ProjectCategoriesUpdaterTest.php +128 −0 Go to diff View file
A tests/phpunit/common/Project/Admin/Categories/UpdateControllerTest.php +125 −0 Go to diff View file