moodle/lib/simpletest
Eloy Lafuente (stronk7) 4416991914 MDL-31006 revert partially @ get_config()
The change from null to stdClass() in get_config() was leading to:

1) unit tests not passing.
2) non-equivalent evaluation in conditions (null evals false,
   stdClassi() evals true)
2012-01-18 02:11:53 +01:00
..
fixtures MDL-31006 some more PHP54 notices 2012-01-18 01:17:09 +01:00
broken_testfilelib.php MDL-14589 file api cleanup 2010-07-11 13:30:33 +00:00
broken_testfiltermanager.php MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir 2011-09-10 10:35:39 +02:00
completion.manualtest.txt
fulltestaccesslib.php MDL-30761 fix simpletest regression caused by rubrics 2011-12-16 14:26:12 +01:00
portfolio_testclass.php MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line 2011-08-05 16:09:30 +01:00
testbackuplib.php
testblocklib_blockmanager.php MDL-29602 unittest - fixing other tests to work with new accesslib 2011-10-19 01:37:30 +02:00
testcode.php
testcompletionlib.php MDL-30266 completionlib fix unit test breakage (regression) 2011-11-15 14:05:20 +00:00
testcomponentlib.php MDL-26914 Added new language pack installer class and unit tests for it 2011-03-31 12:20:54 +02:00
testconditionlib.php Unit tests MDL-24976 Fixed conditionlib unit test (also added thing to ensure that debug warning in conditionlib is shown in unit test if applicable) 2010-11-02 15:04:21 +00:00
testdeprecatedlib.php
testeventslib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
testexternallib.php
testfilelib.php MDL-17884: Add test_download_file_content and componentlib to unittest. Credit goes to Tomasz Muras 2011-01-14 14:52:24 +08:00
testfilterconfig.php MDL-31006 revert partially @ get_config() 2012-01-18 02:11:53 +01:00
testformslib.php MDL-30168 formslib: untangle automatic id generation. 2011-12-23 11:19:48 +00:00
testgradelib.php
testhtmlpurifier.php MDL-24223 more unittests for html purifier 2010-09-21 07:20:12 +00:00
testhtmlwriter.php
testmathslib.php NOBUG if we are going to reuse the functions used within the evalmath code then 2011-06-30 17:50:05 +01:00
testmoodlelib.php MDL-20245 grade: added tests for set_user_preference() and the 1333 limit 2011-12-21 16:30:57 +01:00
testnavigationlib.php MDL-27809 navigation: Fixed up a couple of minor issues after peer-review 2011-06-27 15:11:28 +08:00
testoutputcomponents.php MDL-28168 Multi-language support for custom_menu reimplemented 2011-07-07 11:30:04 +02:00
testoutputlib.php MDL-29029 move all the simpletest bits into new tool unittest 2011-09-17 19:43:00 +02:00
testpagelib_moodlepage.php MDL-29677 unit tests - missing global was causing tons of incorrect debugging info 2011-10-07 01:24:18 +02:00
testportfolioaddbutton.php Unit tests MDL-24980 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-09 17:10:34 +00:00
testportfoliolib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
testpurifier.php MDL-28627 remove buggy and obsolete KSES cleaning 2011-10-22 09:25:06 +02:00
testquestionlib.php MDL-20636 Fix some more codechecker issues. 2011-05-14 22:53:25 +01:00
testrepositorylib.php MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line 2011-08-05 16:09:30 +01:00
testrss.php MDL-23979 prevent logging of intentional errors when fetching feeds 2010-08-28 14:12:05 +00:00
testsimpletestlib.php MDL-25715 simpletestlib new expectations for testing renderer output. 2010-12-20 16:24:23 +01:00
testtextlib.php MDL-31142 fix textlib::substr() performance, invalid length in iconv_substr; use mbstring by default 2012-01-16 09:17:36 +01:00
testunittestusingdb.php
testweblib.php MDL-31101 format_string: Don't mangle < and > in strings like x < 1. 2012-01-10 14:54:40 +00:00