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


Public Member Functions | |
| test_parser_public_api () | |
| test_parser_results () | |
| test_simplified_parser_results () | |
| test_simplified_david_backup19_file_fragment () | |
| test_grouped_parser_results () | |
| test_grouped_david_backup19_file_fragment () | |
| helper_check_notifications_order_integrity ($notifications) | |
Static Public Attributes | |
| static | $includecoverage = array('backup/util/xml/parser') |
| static | $excludecoverage = array('backup/util/xml/parser/simpletest') |
Definition at line 39 of file testparser.php.
| helper_check_notifications_order_integrity | ( | $ | notifications | ) |
Helper function that given one array of ordered start/process/end notifications will check it of integrity like:
| array | $notifications | ordered array of notifications with format [start|process|end]:path |
Definition at line 652 of file testparser.php.

test how the grouped processor and the order of start/process/end events happens with one real fragment of one backup 1.9 file, where some problems were found by David, hence we honor him in the name of the test ;-)
Definition at line 589 of file testparser.php.

test how the simplified processor and the order of start/process/end events happens with one real fragment of one backup 1.9 file, where some problems were found by David, hence we honor him in the name of the test ;-)
Definition at line 347 of file testparser.php.

Definition at line 42 of file testparser.php.
Definition at line 41 of file testparser.php.