summaryrefslogtreecommitdiffstats
path: root/tests/Utils/TokensTest.php
diff options
context:
space:
mode:
authorDamian Dlugosz <bigfootdd@gmail.com>2017-02-12 15:22:42 +0100
committerDamian Dlugosz <bigfootdd@gmail.com>2017-02-12 15:22:42 +0100
commit08d5915850d4ab975c6ec2289ddb35c1c2cabea5 (patch)
treedccf8c95bc2bc03fd31d2d024b7a180ca0d58b17 /tests/Utils/TokensTest.php
parent677de552c8577b9eebc3f8393a25f07e4bed2f31 (diff)
downloadsql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.zip
sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.gz
sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.bz2
Apply cs fixes
Diffstat (limited to 'tests/Utils/TokensTest.php')
-rw-r--r--tests/Utils/TokensTest.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Utils/TokensTest.php b/tests/Utils/TokensTest.php
index 5ef7b37..2f49082 100644
--- a/tests/Utils/TokensTest.php
+++ b/tests/Utils/TokensTest.php
@@ -10,6 +10,10 @@ class TokensTest extends TestCase
{
/**
* @dataProvider replaceTokensProvider
+ * @param mixed $list
+ * @param mixed $find
+ * @param mixed $replace
+ * @param mixed $expected
*/
public function testReplaceTokens($list, $find, $replace, $expected)
{
@@ -36,6 +40,9 @@ class TokensTest extends TestCase
/**
* @dataProvider matchProvider
+ * @param mixed $token
+ * @param mixed $pattern
+ * @param mixed $expected
*/
public function testMatch($token, $pattern, $expected)
{