stable
Clone or download
Read-only
request #11885 Move Admindelegation plugin tests to PHPUnit
In addition, a bit of refactoring was done to ease the readability of the tests. Change-Id: Ief26ed4cfd20e1e7f96a3e1b9a28364427ef75fe
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php | +9 | −9 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserServiceDao.class.php | +0 | −9 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserServiceManager.class.php | +36 | −63 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserWidget.class.php | +9 | −7 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +8 | −1 | Go to diff View file |
A | plugins/admindelegation/phpunit/.simpletest_skip | +0 | −0 | Go to diff View file |
A | plugins/admindelegation/phpunit/AdminDelegation_UserServiceTest.php | +67 | −0 | Go to diff View file |
A | plugins/admindelegation/phpunit/bootstrap.php | +21 | −0 | Go to diff View file |
D | plugins/admindelegation/tests/AdminDelegation_UserServiceTest.php | +0 | −87 | Go to diff View file |
M | plugins/admindelegation/www/permissions.php | +7 | −4 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |