stable

Clone or download

Read-only

Move Tracker_FormElement_Field_List_Bind* to phpunit

part of request #14150 Get rid of SimpleTest Change-Id: I33a21eee0f0fff3a2f50f2ae8c34c34ae8023e4e

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php +12 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +9 −1 Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactoryTest.php +312 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php +89 −0 Go to diff View file
R plugins/tracker/tests/Tracker_FormElement_Field_List_BindValueTest.php Go to diff View file
R plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticValueTest.php Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +277 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php +41 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersTest.php +158 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +102 −0 Go to diff View file
D plugins/tracker/phpunit/Tracker_FormElement_Field_List_Bind_UsersTest.php +0 −35 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_BindFactoryTest.php +0 −265 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php +0 −248 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +0 −268 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php +0 −40 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersTest.php +0 −162 Go to diff View file
D plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +0 −110 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/User/UserGroup/NameTranslator.php +1 −1 Go to diff View file