Conversation
|
To run moodle-plugin-ci, we are using server resource provided to us for free. I think we should not abuse that too much. Also, ever CI run burns some energy, and the environment is in enough of a mess. Therefore, I think we should not do so many runs. Normally, one run for each supported Moodle version is enough, and then distribute the PHP versions and DB types between those. Also, please do not add PHPdoc to test_... methods. And never add @throws annotations. |
|
@Covers \availability_quizquestion\question_list_fetcher is already present on the class. Generally, class -> class is the best granularity to specify coverage information (although there are exceptions). Your latest changes adds an unwanted blank line. |
|
That is indeed better. The @Covers wasn't needed at the function level. Best, |
This adds the Moodle plugin CI tests for 4.2 and 4.3, too.