diff options
Diffstat (limited to 'tests/parser/CallStatementTest.php')
-rw-r--r-- | tests/parser/CallStatementTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parser/CallStatementTest.php b/tests/parser/CallStatementTest.php index f017b14..3eec381 100644 --- a/tests/parser/CallStatementTest.php +++ b/tests/parser/CallStatementTest.php @@ -20,6 +20,7 @@ class CallStatementTest extends TestCase return array( array('parseCall'), array('parseCall2'), + array('parseCall3'), ); } } |