moodle/lib/simpletestlib/readme_moodle.txt
Tim Hunt 39321e0faf unit tests: MDL-22175 Further improvements unit test failure display.
Exceptions are now also shown with a pruned stack trace.
And 2.0 code for displaying PHP5 error types backported to 1.9.
2010-04-23 17:22:55 +00:00

16 lines
716 B
Text

Description of Simpletest 1.0.1 library import into Moodle
Obtained from http://www.simpletest.org/en/download.html
Changes:
* test_case.php - added our global $CFG before include() MDL-10064
* errors.php - added extra PHP5 error types - otherwise you sometimes get PHP notices when runnging the tests.
* fixed exception support (MDL-17534) - try/catch in invoker.php and errors.php
* Bug fix in simpletest.php and test_case.php. Marked with //moodlefix begins,
//moodlefix ends comments. This has been reported back to the simpletest mailing
list. Hopefully will be included in a future release.
* modified run() in test_case.php - skipping tests that need fake db if prefix not set
skodak, Tim
$Id$