MDL-71401 mod_quiz: Add behat testing for multiple completion conditions
commitcac5b30e01fd573d5b58f4f08e8781b9abb8169d
authorMichael Hawkins <michaelh@moodle.com>
Mon, 3 May 2021 17:28:00 +0000 (4 01:28 +0800)
committerMichael Hawkins <michaelh@moodle.com>
Tue, 4 May 2021 04:19:29 +0000 (4 12:19 +0800)
tree02ff3e748977f02eb7e7514d6a78249180d1bf40
parentc2dd5d7bc7d43a253a14d3adaff8c8f2316f50ff
MDL-71401 mod_quiz: Add behat testing for multiple completion conditions

Other tests check behaviour of individual conditions, this tests that
when multiple core and custom conditions are required, each will be
updated as required and not cache until all are completed.
mod/quiz/tests/behat/quiz_activity_completion.feature [new file with mode: 0644]