stable

Clone or download

Read-only

Convert collection tests to PHPUnit

No functional changes. Part of request #14150: Get rid of SimpleTest Change-Id: I59cdd5b673eacc2ffcbf48790c67970b8ff2f9f7

Modified Files

Name
R tests/simpletest/common/collection/CollectionTestCase.class.php Go to diff View file
R tests/simpletest/common/collection/LinkedListTestCase.class.php Go to diff View file
R tests/simpletest/common/collection/MapTest.php Go to diff View file
A tests/phpunit/common/Collection/PrioritizedListTest.php +199 −0 Go to diff View file
D tests/simpletest/common/collection/CollectionTest.php +0 −34 Go to diff View file
D tests/simpletest/common/collection/LinkedListTest.php +0 −34 Go to diff View file
D tests/simpletest/common/collection/PrioritizedListTest.php +0 −169 Go to diff View file