summaryrefslogtreecommitdiffstats
path: root/tests/Lexer
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer')
-rw-r--r--tests/Lexer/ContextTest.php4
-rw-r--r--tests/Lexer/LexerTest.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php
index 7897684..2a9c8f3 100644
--- a/tests/Lexer/ContextTest.php
+++ b/tests/Lexer/ContextTest.php
@@ -75,9 +75,9 @@ class ContextTest extends TestCase
}
/**
- * @dataProvider contextNames
- *
* @param mixed $context
+ *
+ * @dataProvider contextNames
*/
public function testLoadAll($context)
{
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php
index fb7a219..92a8667 100644
--- a/tests/Lexer/LexerTest.php
+++ b/tests/Lexer/LexerTest.php
@@ -46,9 +46,9 @@ class LexerTest extends TestCase
}
/**
- * @dataProvider lexProvider
- *
* @param mixed $test
+ *
+ * @dataProvider lexProvider
*/
public function testLex($test)
{