Our changes: /// Look for "moodle" in code
* src/parser/PHPParser.php - comment some debug lines causing some notices in moodle
+ * src/parser/PHPParser.php - added support for the T_ABSTRACT token
* src/reporter/HtmlCoverageReporter.php, src/reporter/html/indexheader.html,
src/reporter/html/header.html, src/reporter/html/footer.html - various xhtml fixes
case T_PROTECTED: // protected
case T_VAR: // var
case T_GLOBAL: // global
+ case T_ABSTRACT: // abstract (Moodle added)
case T_CLASS: // class
case T_INTERFACE: // interface
case T_REQUIRE: // require