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