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
@@ -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