| Línea 59... |
Línea 59... |
| 59 |
*
|
59 |
*
|
| 60 |
* @param array $quizsettings of settings read from csv file quizzes.csv
|
60 |
* @param array $quizsettings of settings read from csv file quizzes.csv
|
| 61 |
* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.csv".
|
61 |
* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.csv".
|
| 62 |
* @dataProvider get_data_for_walkthrough
|
62 |
* @dataProvider get_data_for_walkthrough
|
| 63 |
*/
|
63 |
*/
|
| 64 |
public function test_walkthrough_from_csv($quizsettings, $csvdata) {
|
64 |
public function test_walkthrough_from_csv($quizsettings, $csvdata): void {
|
| Línea 65... |
Línea 65... |
| 65 |
|
65 |
|
| 66 |
// CSV data files for these tests were generated using :
|
66 |
// CSV data files for these tests were generated using :
|
| Línea 67... |
Línea 67... |
| 67 |
// https://github.com/jamiepratt/moodle-quiz-tools/tree/master/responsegenerator
|
67 |
// https://github.com/jamiepratt/moodle-quiz-tools/tree/master/responsegenerator
|