diff options
Diffstat (limited to 'tests/Parser/CallStatementTest.php')
-rw-r--r-- | tests/Parser/CallStatementTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/CallStatementTest.php b/tests/Parser/CallStatementTest.php index e8efa71..cb8ac25 100644 --- a/tests/Parser/CallStatementTest.php +++ b/tests/Parser/CallStatementTest.php @@ -8,6 +8,8 @@ class CallStatementTest extends TestCase { /** * @dataProvider testCallProvider + * + * @param mixed $test */ public function testCall($test) { |