|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setUp () | |
| tearDown () | |
| test_qubaid_list_one_join () | |
| test_qubaid_list_several_join () | |
| test_qubaid_join () | |
| test_qubaid_join_no_where_join () | |
| test_qubaid_list_one_in () | |
| test_qubaid_list_several_in () | |
| test_qubaid_join_in () | |
| test_qubaid_join_no_where_in () | |
Protected Member Functions | |
| check_typical_question_attempts_query (qubaid_condition $qubaids, $expectedsql, $expectedparams) | |
| check_typical_in_query (qubaid_condition $qubaids, $expectedsql, $expectedparams) | |
Unit tests for some of the code in ../datalib.php.
Definition at line 38 of file testdatalib.php.
| check_typical_in_query | ( | qubaid_condition $ | qubaids, |
| $ | expectedsql, | ||
| $ | expectedparams | ||
| ) | [protected] |
Definition at line 62 of file testdatalib.php.


| check_typical_question_attempts_query | ( | qubaid_condition $ | qubaids, |
| $ | expectedsql, | ||
| $ | expectedparams | ||
| ) | [protected] |
Definition at line 50 of file testdatalib.php.


| setUp | ( | ) |
| tearDown | ( | ) |
Reimplemented from UnitTestCaseUsingDatabase.
Definition at line 45 of file testdatalib.php.

| test_qubaid_join | ( | ) |