MDL-71104 core_completion: Fix fetching of grade completion status
commite9b94ceb748da81e2c94a9763b7a1fa5fe8e142f
authorMichael Hawkins <michaelh@moodle.com>
Thu, 18 Mar 2021 06:27:36 +0000 (18 14:27 +0800)
committerMichael Hawkins <michaelh@moodle.com>
Tue, 23 Mar 2021 04:49:30 +0000 (23 12:49 +0800)
tree6985ab9e5113801d82add37b13edfe79410ee036
parent2323a2715045bbcdfa50f68fcc4feea561a8d757
MDL-71104 core_completion: Fix fetching of grade completion status

We should be able to fetch the grade completion status for modules
that do not have custom completion configured. This also improves
unit testing coverage.
lib/completionlib.php
lib/tests/completionlib_test.php