LimeSurvey: master a5e20dcb

Author Committer Branch Timestamp Parent
Gabriel Jenik GitHub master 2023-06-06 18:13:06 master 068f9baa
Affected Issues  18814: Array question statistics fail for Remote Control
Changeset

Fixed issue 18814: Array question statistics fail for Remote Control (#3191)

  • Dev: Remote Control export statistics tests.

Tests added for surveys with one single question and with multiple questions.

  • Dev: Remote Control export statistics tests.

Asserts added to cope with error.

  • Dev: Remote Control export statistics tests.

Echo added to check the html string returned by export statistics.

  • Dev: Remote Control export statistics tests.

Statistics tables are now fetched depending on the question id.

  • Dev: Remote Control export statistics wit array questions tests.

Tests added for surveys with array questions.

  • Fixed issue 18814: Array question statistics fail for Remote Control.

Bug fixed.

  • Dev: Remote Control export statistics wit array questions tests.

Asserts for specific questions added.

  • Dev: Remote Control export statistics wit array questions tests.

Undefined variable bug fixed.


Co-authored-by: Lapiu Dev <devgit@lapiu.biz>

mod - application/helpers/common_helper.php Diff File
add - tests/data/surveys/survey_statistics_three.lsa Diff File
add - tests/unit/helpers/remotecontrol/ExportStatisticsArrayQuestionsTest.php Diff File