moodle/lib/simpletest
David Mudrak 5c0d03ea1c MDL-25886 method to convert aliased fields returned by user_picture::fields() back to unaliased form
The new public static method user_picture::unalias() picks the user
picture fields from the given record and maps the properties back to
unaliased form so that the result can be rendered.
Also fixes a forgotten bug in previous commit and adds a unit test for
both aliasing and unaliasing.
2011-01-07 14:05:25 +01:00
..
fixtures gradebook MDL-24330 unit tests now function differently so produce different results 2010-12-13 06:55:32 +00:00
broken_testfilelib.php MDL-14589 file api cleanup 2010-07-11 13:30:33 +00:00
broken_testfiltermanager.php MDL-23979 switching CFG->dirroot is a really bad idea, I borked this test when adding context parameter, but I am not going to fix it because moodle core functions can not work properly if you change dirroot on the fly, sorry; proper way would be to tweak the test class to use different direcotry 2010-08-28 12:20:09 +00:00
completion.manualtest.txt Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
filtersettingsperformancetester.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
pdflibtestpage.php MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead 2010-01-17 09:37:30 +00:00
portfolio_testclass.php Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-09 17:09:13 +00:00
testaccesslib.php MDL-19702 rewritten context caching by Sam Marshall + tweaks for potential problems caused by drift 2010-10-26 16:21:23 +00:00
testbackuplib.php Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testblocklib_blockmanager.php MDL-23979 adding missing context init code 2010-08-28 11:57:50 +00:00
testcode.php MDL-21007 exclude log files from tests as far as some drivers/extensions 2009-11-30 16:24:44 +00:00
testcompletionlib.php Unit tests MDL-24975 Completion unit tests fix 2010-11-02 14:14:00 +00: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 MDL-21361 removed invalid unit tests for features that were removed or significantly redesigned 2010-02-18 18:24:26 +00:00
testeventslib.php MDL-24211 events subsystem cleanup and improvements 2010-09-15 15:55:18 +00:00
testexternallib.php MDL-12886 refacoring: the external_param is in fact value because we use it also in return structures 2009-10-07 21:49:03 +00:00
testfilelib.php file MDL-23075 fix format_postdata_for_curlcall when the params is an array of array of array 2010-07-05 02:56:04 +00:00
testfilterconfig.php Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testgradelib.php Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testhtmlpurifier.php MDL-24223 more unittests for html purifier 2010-09-21 07:20:12 +00:00
testhtmlwriter.php MDL-22155 useful new method html_writer::nonempty_tag. 2010-04-23 10:34:07 +00:00
testmathslib.php Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testmoodlelib.php MDL-25720 moodlelib new PARAM_RAW_TRIMMED. 2010-12-22 10:51:48 +00:00
testnavigationlib.php MDL-24914: Navigationlib unit test fails due to 'temporary' commenting of function in forum module which was used as example; changing example to data module 2010-11-01 10:46:42 +00:00
testoutputcomponents.php MDL-25886 method to convert aliased fields returned by user_picture::fields() back to unaliased form 2011-01-07 14:05:25 +01:00
testoutputlib.php MDL-21361 removed invalid unit tests for features that were removed or significantly redesigned 2010-02-18 18:24:26 +00:00
testpagelib_moodlepage.php MDL-23979 fixed old style url init 2010-08-28 12:29:58 +00: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 Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testquestionlib.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
testrepositorylib.php Unit tests MDL-24982 testrepositorylib uses old test class 2010-11-01 15:20:16 +00: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 NOBUG explaining why textlib sorting fails 2010-11-18 06:14:59 +00:00
testunittestusingdb.php Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
testweblib.php MDL-24060 text_to_html tests. Make sure alt text for LaTeX images doesn't break. 2010-12-20 15:01:43 +01:00
todochecker.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00