diff options
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r-- | tests/Lexer/LexerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php index dabe64d..cd8718c 100644 --- a/tests/Lexer/LexerTest.php +++ b/tests/Lexer/LexerTest.php @@ -51,6 +51,7 @@ class LexerTest extends TestCase { return array( array('lex'), + array('lexUtf8'), array('lexBool'), array('lexComment'), array('lexDelimiter'), |