stable

Clone or download

Read-only

Merge 'gerrit #12115' into stable/master

* commit '8618361383': request #11885 Move Admindelegation plugin tests to PHPUnit

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