Adding support for T_ABSTRACT token in PHP code coverage parser

This commit is contained in:
stronk7
2009-08-19 21:44:24 +00:00
parent 888d20a8bd
commit 338c94e27c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ Added:
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
@@ -309,6 +309,7 @@
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