moodle/mod/assign
Eloy Lafuente (stronk7) 85f47bae7f MDL-65204 phpunit: various fixes to assertions
Namely:
   - 3rd param of assertEquals() cannot be null.
   - Some incorrect uses of assertNotEmpty().
   - Comparing 2 strings now uses strict (===) evaluation.
       Link: https://github.com/sebastianbergmann/phpunit/issues/3185
     Solution here is one of:
       a) Return to the previous situation, making the comparison
          softer. That can achieved by forcing different types, so
          float == string works.
       b) Changing APIs (both forms and database return strings) to
          perform some conversion to floats. That would make float
          comparison (with floats or strings) to work too.
     The patch here follows the a) approach. Changing all the internals
     for proper float handling sounds excesive when it has been working
     perfectly since ever. So we went the easier route, just getting
     rid of the new === comparisons when needed by changing expectation
     types to float.
2019-04-03 10:39:19 +08:00
..
amd MDL-61405 assign: Multiple pdfs are expected 2019-02-06 09:38:59 +08:00
backup/moodle2 MDL-49673 mod_assign: Tidy up hidegrader patch 2018-12-18 14:33:42 +13:00
classes MDL-64879 mod_assign: convert cron to scheduled task 2019-02-25 10:41:31 +08:00
db MDL-64879 mod_assign: convert cron to scheduled task 2019-02-25 10:41:31 +08:00
feedback MDL-64524 assign: Styles editpdf comments 2019-04-01 12:17:27 +08:00
lang/en MDL-64879 mod_assign: convert cron to scheduled task 2019-02-25 10:41:31 +08:00
pix
submission Merge branch 'MDL-45151-master' of git://github.com/damyon/moodle 2019-02-19 06:39:24 +01:00
templates MDL-58428 theme: Move templates from mod/assign 2019-02-26 12:56:14 +01:00
tests MDL-65204 phpunit: various fixes to assertions 2019-04-03 10:39:19 +08:00
yui
adminlib.php
adminmanageplugins.php
assignmentplugin.php
batchsetallocatedmarkerform.php
batchsetmarkingworkflowstateform.php
extensionform.php
externallib.php Merge branch 'MDL-64444-master' of git://github.com/jleyva/moodle 2019-02-28 01:19:13 +01:00
feedbackplugin.php MDL-27520 mod_assign: added API for feedback plugins 2018-10-16 13:06:58 +08:00
gradeform.php
gradingbatchoperationsform.php MDL-64377 assign: Allow remove submission 2019-02-05 11:54:49 +08:00
gradingoptionsform.php
gradingtable.php MDL-64377 assign: Allow remove submission 2019-02-05 11:54:49 +08:00
index.php
lib.php MDL-64879 mod_assign: deprecate legacy assign_cron() function 2019-02-26 11:25:58 +08:00
locallib.php Merge branch 'MDL-64878-master' of git://github.com/damyon/moodle 2019-02-27 18:58:26 +01:00
mod_form.php Merge branch 'master_MDL-49673' of git://github.com/danmarsden/moodle 2018-12-18 10:51:37 +08:00
module.js MDL-63628 accessibility: Trigger file links with keyboard 2019-01-22 08:39:49 +08:00
override_form.php MDL-59042 assign: Group override edit no longer resets event priority 2017-06-09 15:23:46 +08:00
overridedelete.php
overrideedit.php MDL-58900 mod_assign: fix incorrect overrides ordering 2017-05-31 10:50:28 +08:00
overrides.php
quickgradingform.php
renderable.php MDL-62533 assign: Show assign hidden status on grading summary page 2018-06-29 09:37:57 +08:00
renderer.php Merge branch 'MDL-64377-master' of git://github.com/damyon/moodle 2019-02-05 12:46:01 +01:00
settings.php Merge branch 'MDL-62223-master' of git://github.com/Kathrin84/moodle 2018-12-20 11:32:50 +08:00
styles.css MDL-64375 gradingform_rubric: Styles for overflow 2019-01-04 08:44:10 +08:00
submission_form.php
submissionconfirmform.php
submissionplugin.php MDL-64377 assign: Allow remove submission 2019-02-05 11:54:49 +08:00
upgrade.txt MDL-64377 assign: Allow remove submission 2019-02-05 11:54:49 +08:00
upgradelib.php MDL-61870 mod_assign: Fix/clean up imported group override duedates 2018-08-02 12:55:13 +08:00
version.php MDL-64879 mod_assign: deprecate legacy assign_cron() function 2019-02-26 11:25:58 +08:00
view.php