You are here

public function ShortAnswerUnitTest::testShortAnswerNodeOperations in Quiz 7

Same name and namespace in other branches
  1. 6.6 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::testShortAnswerNodeOperations()
  2. 6.4 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::testShortAnswerNodeOperations()
  3. 7.4 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::testShortAnswerNodeOperations()

Run a bundle of Node API tests.

This tests CRUD and all the functionality on a single node.

File

question_types/short_answer/short_answer.test, line 129

Class

ShortAnswerUnitTest

Code

public function testShortAnswerNodeOperations() {
  $this
    ->unitTestShortAnswerCreateQuestionNode();
  $this
    ->unitTestCheckShortAnswerNodeProperties();
  $this
    ->unitTestShortAnswerQuestionsList();
}