mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-17803 grrrrrrrr - there were two moodle readme files!
This commit is contained in:
parent
6527149a61
commit
8716a5e5f6
2 changed files with 7 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
Description of SimpleTest Version: 1.0.1 library import
|
|
||||||
|
|
||||||
Obtained from http://www.simpletest.org/en/download.html
|
|
||||||
|
|
||||||
Moodle-specific changes:
|
|
||||||
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.
|
|
|
@ -1,9 +1,14 @@
|
||||||
Description of Simpletest 1.0.1beta library import into Moodle
|
Description of Simpletest 1.0.1 library import into Moodle
|
||||||
|
|
||||||
|
Obtained from http://www.simpletest.org/en/download.html
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
* test_case.php - added our global $CFG before include() MDL-10064
|
* test_case.php - added our global $CFG before include() MDL-10064
|
||||||
* fixed exception support (MDL-17534) - try/catch in invoker.php and errors.php
|
* 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.
|
||||||
|
|
||||||
skodak
|
skodak, Tim
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue