stable

Clone or download

Read-only

Migrate tests related to the plugins infrastructure to PHPUnit

Part of request #14150: Get rid of SimpleTest Change-Id: I5102b7bc3b99790095f9fa03907cb9a6c819276f

Modified Files

Name
A tests/phpunit/common/Plugin/PluginDependencySolverTest.php +99 −0 Go to diff View file
M tests/phpunit/common/Plugin/PluginFactoryTest.php +184 −4 Go to diff View file
A tests/phpunit/common/Plugin/PluginInfoTest.php +81 −0 Go to diff View file
A tests/phpunit/common/Plugin/PluginManagerTest.php +210 −0 Go to diff View file
M tests/phpunit/common/Plugin/PluginTest.php +334 −6 Go to diff View file
D tests/simpletest/common/plugin/PluginDependencySolverTest.php +0 −78 Go to diff View file
D tests/simpletest/common/plugin/PluginFactoryTest.php +0 −225 Go to diff View file
D tests/simpletest/common/plugin/PluginInfoTest.php +0 −87 Go to diff View file
D tests/simpletest/common/plugin/PluginManagerTest.php +0 −210 Go to diff View file
D tests/simpletest/common/plugin/PluginTest.php +0 −336 Go to diff View file
D tests/simpletest/common/plugin/_fixtures/DatAnotherPlugin.php +0 −55 Go to diff View file
D tests/simpletest/common/plugin/_fixtures/DatPlugin.php +0 −55 Go to diff View file
D tests/simpletest/common/plugin/_fixtures/NotLoaded.php +0 −24 Go to diff View file
D tests/simpletest/common/plugin/_fixtures/forgeupgrade-config-docman.ini +0 −5 Go to diff View file