stable
Clone or download
Read-only
story #14131: Move all logic from UserSuspensionDao to UserSuspensionManager
The logic that is moved consists of all log writing code. Change-Id: I1a1b68672c09f92272174ce482b6ab030b0f9538
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/User/UserSuspensionManager.php | +50 | −10 | Go to diff View file |
M | src/common/dao/UserSuspensionDao.php | +6 | −81 | Go to diff View file |
M | src/utils/tuleap.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/UserSuspensionManagerTest.php | +29 | −11 | Go to diff View file |