public function MatchingUnitTest::testMatchingNodeOperations in Quiz 7.4
Same name and namespace in other branches
- 6.6 question_types/matching/matching.test \MatchingUnitTest::testMatchingNodeOperations()
- 6.4 question_types/matching/matching.test \MatchingUnitTest::testMatchingNodeOperations()
- 7 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();
}