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:
parent
7c98ad6f9b
commit
8507af6f4a
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user