You are here

public function MatchingUnitTest::testMatchingNodeOperations in Quiz 7

Same name and namespace in other branches
  1. 6.6 question_types/matching/matching.test \MatchingUnitTest::testMatchingNodeOperations()
  2. 6.4 question_types/matching/matching.test \MatchingUnitTest::testMatchingNodeOperations()
  3. 7.4 question_types/matching/matching.test \MatchingUnitTest::testMatchingNodeOperations()

Run a bundle of Node API tests.

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

File

question_types/matching/matching.test, line 156
Unit tests for the matching Module.

Class

MatchingUnitTest
@file Unit tests for the matching Module.

Code

public function testMatchingNodeOperations() {
  $this
    ->unitTestCreateMatchingQuestionNode();
  $this
    ->unitTestCheckMatchingNodeProperties();
  $this
    ->unitTestCheckMatchingQuestionsList();
}