summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/ContextTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/ContextTest.php')
-rw-r--r--tests/Lexer/ContextTest.php2
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'))
);
}
}