added details of our simpletest lib modification

This commit is contained in:
skodak 2009-01-10 11:14:59 +00:00
parent 0c4cd15777
commit 6527149a61

View File

@ -3,8 +3,9 @@ Description of SimpleTest Version: 1.0.1 library import
Obtained from http://www.simpletest.org/en/download.html
Moodle-specific changes:
* 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.
1/ added global $CFG in _requireWithError() from test_case.php
2/ 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.
Tim.