MDL-52964 Qtype: Add behat tests to core question types
commit56b8a5c80ce57381172d5a968bff1204b366d69d
authorM Kassaei <m.kassaei@open.ac.uk>
Tue, 2 Feb 2016 10:50:16 +0000 (2 10:50 +0000)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 18 Feb 2016 01:31:40 +0000 (18 02:31 +0100)
tree3b38c7d5bda2de72ea5b55dbf712886e7f9d1d56
parent0a43324230d515a1b2ea22255ef5707e0e46c416
MDL-52964 Qtype: Add behat tests to core question types
42 files changed:
question/type/description/tests/behat/add.feature [new file with mode: 0644]
question/type/description/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/description/tests/behat/edit.feature [new file with mode: 0644]
question/type/description/tests/behat/export.feature [new file with mode: 0644]
question/type/description/tests/behat/import.feature [new file with mode: 0644]
question/type/description/tests/behat/preview.feature [new file with mode: 0644]
question/type/description/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]
question/type/essay/tests/behat/add.feature [new file with mode: 0644]
question/type/essay/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/essay/tests/behat/edit.feature [new file with mode: 0644]
question/type/essay/tests/behat/export.feature [new file with mode: 0644]
question/type/essay/tests/behat/import.feature [new file with mode: 0644]
question/type/essay/tests/behat/preview.feature [new file with mode: 0644]
question/type/essay/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]
question/type/match/tests/behat/add.feature [new file with mode: 0644]
question/type/match/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/match/tests/behat/edit.feature [new file with mode: 0644]
question/type/match/tests/behat/export.feature [new file with mode: 0644]
question/type/match/tests/behat/import.feature [new file with mode: 0644]
question/type/match/tests/behat/preview.feature [new file with mode: 0644]
question/type/match/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]
question/type/multichoice/tests/behat/add.feature [new file with mode: 0644]
question/type/multichoice/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/multichoice/tests/behat/edit.feature [new file with mode: 0644]
question/type/multichoice/tests/behat/export.feature [new file with mode: 0644]
question/type/multichoice/tests/behat/import.feature [new file with mode: 0644]
question/type/multichoice/tests/behat/preview.feature [new file with mode: 0644]
question/type/multichoice/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]
question/type/shortanswer/tests/behat/add.feature [new file with mode: 0644]
question/type/shortanswer/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/shortanswer/tests/behat/edit.feature [new file with mode: 0644]
question/type/shortanswer/tests/behat/export.feature [new file with mode: 0644]
question/type/shortanswer/tests/behat/import.feature [new file with mode: 0644]
question/type/shortanswer/tests/behat/preview.feature [new file with mode: 0644]
question/type/shortanswer/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]
question/type/truefalse/tests/behat/add.feature [new file with mode: 0644]
question/type/truefalse/tests/behat/backup_and_restore.feature [new file with mode: 0644]
question/type/truefalse/tests/behat/edit.feature [new file with mode: 0644]
question/type/truefalse/tests/behat/export.feature [new file with mode: 0644]
question/type/truefalse/tests/behat/import.feature [new file with mode: 0644]
question/type/truefalse/tests/behat/preview.feature [new file with mode: 0644]
question/type/truefalse/tests/fixtures/testquestion.moodle.xml [new file with mode: 0644]