moodle/admin/tool/dataprivacy
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-62550 core_privacy: remove theme specific js from retention js 2019-01-09 11:34:28 +08:00
classes Merge branch 'MDL-64424-master-expiredfrontpage' of git://github.com/mudrd8mz/moodle 2019-01-29 23:47:05 +01:00
db MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts 2018-12-02 18:36:40 +01:00
lang/en MDL-64943 lang: Import fixed English strings (en_fix) 2019-02-28 09:50:18 +01:00
templates MDL-64323 GDPR: New request form user search not using configured fields 2019-01-16 13:34:53 +07:00
tests MDL-65204 phpunit: various fixes to assertions 2019-04-03 10:39:19 +08:00
categories.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
createdatarequest.php MDL-62904 tool_dataprivacy: Add data request links in profile page 2018-10-17 16:40:55 +08:00
createdatarequest_form.php MDL-62460 tool_dataprivacy: Render selected user properly on validation 2018-06-01 16:08:36 +08:00
datadeletion.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
dataregistry.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
datarequests.php MDL-64030 tool_dataprivacy: Process requests when system purpose not set 2018-11-23 07:54:22 +08:00
defaults.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
editcategory.php MDL-61889 tool_dataprivacy: Fix CI errors 2018-06-26 13:20:31 +08:00
editpurpose.php MDL-63496 tool_dataprivacy: Add configuration for per-role retention 2018-10-17 13:12:18 +08:00
lib.php MDL-63726 tool_dataprivacy: En-/disable 'Data retention summary' link 2018-10-30 22:52:54 +01:00
mydatarequests.php MDL-62564 privacy: Improve bulk deletion 2018-11-08 09:28:36 +08:00
pluginregistry.php MDL-62600 tool_dataprivacy: Corrected availability of PO pages to admins 2018-08-14 11:28:31 +08:00
purposes.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
resubmitrequest.php MDL-62589 dataprivacy: Add ability to resubmit a request 2018-11-08 11:45:36 +08:00
settings.php MDL-62564 privacy: Improve bulk deletion 2018-11-08 09:28:36 +08:00
styles.css MDL-63881 tool_dataprivacy: 'Contact the privacy officer' profile link. 2019-01-10 22:19:26 +01:00
summary.php MDL-62558 tool_dataprivacy: Create a summary page for users. 2018-10-03 10:16:25 +08:00
version.php MDL-64323 tool_dataprivacy: fix erroneous version number 2019-01-21 13:50:41 +08:00