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 e8efa71..9884d72 100644 --- a/tests/Parser/CallStatementTest.php +++ b/tests/Parser/CallStatementTest.php @@ -8,6 +8,7 @@ class CallStatementTest extends TestCase { /** * @dataProvider testCallProvider + * @param mixed $test */ public function testCall($test) { |