diff options
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r-- | tests/Components/ExpressionTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index b1d6268..adb973d 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -21,6 +21,8 @@ class ExpressionTest extends TestCase /** * @dataProvider testParseErrProvider + * @param mixed $expr + * @param mixed $error */ public function testParseErr($expr, $error) { |