snowscript icon indicating copy to clipboard operation
snowscript copied to clipboard

Ensure verifyModifier works

Open runekaagaard opened this issue 13 years ago • 0 comments

Write tests to ensure that the PHPParser_Node_Stmt_Class::verifyModifier() call in PHPParser_Node_Stmt_PropertyDeclarations works. E.g. this code should fail with PHP_Parser exception:

Class A
    public private b

runekaagaard avatar May 23 '12 18:05 runekaagaard