1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 04:36:57 +01:00

Add missing require in tests

Test files aren't autoloaded, so this was order-dependent.
This commit is contained in:
nikic 2014-11-27 21:01:56 +01:00
parent 7c98ad6f9b
commit 8507af6f4a

View File

@ -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()) {