diff options
Diffstat (limited to 'tests/Parser/TransactionStatementTest.php')
-rw-r--r-- | tests/Parser/TransactionStatementTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/TransactionStatementTest.php b/tests/Parser/TransactionStatementTest.php index 71d5d9e..9316cb7 100644 --- a/tests/Parser/TransactionStatementTest.php +++ b/tests/Parser/TransactionStatementTest.php @@ -8,6 +8,8 @@ class TransactionStatementTest extends TestCase { /** * @dataProvider testTransactionProvider + * + * @param mixed $test */ public function testTransaction($test) { |