1
0
Fork 0

fix(tests): fix require in parsing.php benchmark after file move

pull/602/head
Declspeck 2018-02-03 23:06:04 +02:00
parent 86179489aa
commit 439cebe1ac
No known key found for this signature in database
GPG Key ID: F0417663122A2189
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
namespace LanguageServer\Tests; namespace LanguageServer\Tests;
require __DIR__ . '/vendor/autoload.php'; require __DIR__ . '/../vendor/autoload.php';
use Exception; use Exception;
use LanguageServer\Index\Index; use LanguageServer\Index\Index;