fix(tests): fix require in parsing.php benchmark after file move
parent
86179489aa
commit
439cebe1ac
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace LanguageServer\Tests;
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use Exception;
|
||||
use LanguageServer\Index\Index;
|
||||
|
|
Loading…
Reference in New Issue