diff --git a/test/PhpParser/Lexer/EmulativeTest.php b/test/PhpParser/Lexer/EmulativeTest.php index 4717345..75e0ffc 100644 --- a/test/PhpParser/Lexer/EmulativeTest.php +++ b/test/PhpParser/Lexer/EmulativeTest.php @@ -5,6 +5,8 @@ namespace PhpParser\Lexer; use PhpParser\LexerTest; use PhpParser\Parser; +require_once __DIR__ . '/../LexerTest.php'; + class EmulativeTest extends LexerTest { protected function getLexer(array $options = array()) {