You are here

function QuestionsImportTestCase::testCsvShortAnswer in Quiz 6.6

File

includes/questions_import/questions_import.test, line 551

Class

QuestionsImportTestCase

Code

function testCsvShortAnswer() {
  $this
    ->shortanswerHelper('csv');
}