1
0
Fork 0
pull/260/head
Felix Becker 2017-01-26 01:48:18 +01:00
parent ecc3537606
commit 95f60617cf
1 changed files with 1 additions and 5 deletions

View File

@ -104,11 +104,7 @@ class LanguageServerTest extends TestCase
$promise->reject(new Exception($msg->body->params->message));
}
} else if (strpos($msg->body->params->message, 'All 25 PHP files parsed') !== false) {
if ($run === 1) {
$run++;
} else {
$promise->fulfill();
}
$promise->fulfill();
}
}
});