Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
[moodle.git] / lib / simpletestlib / readme_moodle.txt
blob740af27a137d4083c08a91ad69a4ba5c55fa9e85
1 Description of Simpletest 1.1.0 library import into Moodle
3 Obtained from http://www.simpletest.org/en/download.html
5 Changes:
6  * removed extensions and test directories (documentation is kept because it is not available online)
7  * neutralised autorun.php - only execution via our UIs is allowed
8  * test_case.php - added our global $CFG before include() MDL-10064
9  * modified run() in test_case.php - skipping tests that need fake db if prefix not set
10  * test_case.php - added TIME_ALLOWED_PER_UNIT_TEST constant which
11    resets php time limit for each test function - MDL-24909. Marked with
12    comments (replace existing per-class hack in test_case.php).
14 skodak, Tim, sammarshall