stable

Clone or download

Read-only

Move core SystemEvent tests to PHPUnit

This is part of request #14150: Get rid of SimpleTest Change-Id: Icc9e91b4f50b2c4dd619967cf84c44d88b4a753a

Modified Files

Name
M src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php +2 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_USER_RENAME.class.php +2 −1 Go to diff View file
M tests/bin/SimpleTest11x/TuleapTestCase.php +0 −1 Go to diff View file
A tests/phpunit/common/SystemEvent/SystemEventManagerGetTypesForQueueTest.php +134 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/SystemEventManagerTest.php +137 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/SystemEventTest.php +73 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_COMPUTE_MD5SUM_Test.php +227 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_PROJECT_DELETE_Test.php +1205 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_PROJECT_RENAME_Test.php +649 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php +97 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php +219 −0 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_USER_RENAME_Test.php +266 −0 Go to diff View file
D tests/simpletest/common/system_event/SystemEventManagerTest.php +0 −235 Go to diff View file
D tests/simpletest/common/system_event/SystemEventTest.php +0 −51 Go to diff View file
D tests/simpletest/common/system_event/builders/aSystemEvent.php +0 −56 Go to diff View file
D tests/simpletest/common/system_event/include/SystemEvent_COMPUTE_MD5SUM_Test.php +0 −160 Go to diff View file
D tests/simpletest/common/system_event/include/SystemEvent_PROJECT_DELETE_Test.php +0 −1040 Go to diff View file
D tests/simpletest/common/system_event/include/SystemEvent_PROJECT_RENAME_Test.php +0 −556 Go to diff View file
D tests/simpletest/common/system_event/include/SystemEvent_UGROUP_MODIFY_Test.php +0 −246 Go to diff View file
D tests/simpletest/common/system_event/include/SystemEvent_USER_RENAME_Test.php +0 −212 Go to diff View file