public function MatchingUnitTest::unitTestCheckMatchingNodeProperties in Quiz 7
Same name and namespace in other branches
- 6.6 question_types/matching/matching.test \MatchingUnitTest::unitTestCheckMatchingNodeProperties()
- 6.4 question_types/matching/matching.test \MatchingUnitTest::unitTestCheckMatchingNodeProperties()
- 7.4 question_types/matching/matching.test \MatchingUnitTest::unitTestCheckMatchingNodeProperties()
1 call to MatchingUnitTest::unitTestCheckMatchingNodeProperties()
- MatchingUnitTest::testMatchingNodeOperations in question_types/
matching/ matching.test - Run a bundle of Node API tests.
File
- question_types/
matching/ matching.test, line 137 - Unit tests for the matching Module.
Class
- MatchingUnitTest
- @file Unit tests for the matching Module.
Code
public function unitTestCheckMatchingNodeProperties() {
//$node = node_load($this->node_id);
//$this->assertEqual(count($node->match), count($this->match), t('Test that all match questions was appropriately stored in database.'));
}