MDL-70959 completion: Fix unit tests for get_data()
commit7eb9ddc5aeff00d98c4c789938e376080923bc49
authorJun Pataleta <jun@moodle.com>
Mon, 22 Feb 2021 09:41:56 +0000 (22 17:41 +0800)
committerJun Pataleta <jun@moodle.com>
Fri, 12 Mar 2021 05:34:58 +0000 (12 13:34 +0800)
tree0832170b13a6c7b8407195413c95793521bb5466
parent3afc0edaf93757cba521c30fa955f18e03a82828
MDL-70959 completion: Fix unit tests for get_data()

The unit tests for completion_info::get_data() does not make a lot of
sense with mocking being incorrectly used and the actual functionality
is not being properly tested. I have rewritten the test to use actual
cm_info instances and data providers for better coverage.
lib/tests/completionlib_test.php