diff options
Diffstat (limited to 'tests/Lexer/ContextTest.php')
-rw-r--r-- | tests/Lexer/ContextTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php index 6116db2..980eecd 100644 --- a/tests/Lexer/ContextTest.php +++ b/tests/Lexer/ContextTest.php @@ -143,7 +143,7 @@ class ContextTest extends TestCase '`a`', '`b`', ), - Context::escape(['a', 'b']) + Context::escape(array('a', 'b')) ); } } |