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