phpunit-testingphpunitautomated-testssimpletest

phpUnit: Upgrade test cases from simpleTest to phpUnit


Is there any publicly available resource or migration of some form which can help in converting the existing test cases and test suite from simplTest to phpUnit framework?

As manually converting thousands of test case is not feasible.


Solution

  • This script should do most of the job.

    You may also find useful information about migrating from simpleTest to PHPUnit here.

    But you certainly will have to fix a few things by hand. Good luck!