From 3d8655d504dd5ba0e6837c4c40180d0b178f5976 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 2 Oct 2017 22:37:28 +0200 Subject: [PATCH] Update phpunit config (#488) * Update phpunit config * Rename DocumentHighlight class --- phpunit.xml.dist | 23 ++++++++++++++++++----- src/Protocol/DocumentHighlight.php | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38df71a..a6970f3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,14 +1,27 @@ - + - ./tests + ./tests - - - ./src + + ./src diff --git a/src/Protocol/DocumentHighlight.php b/src/Protocol/DocumentHighlight.php index e00c842..167d45a 100644 --- a/src/Protocol/DocumentHighlight.php +++ b/src/Protocol/DocumentHighlight.php @@ -7,7 +7,7 @@ namespace LanguageServer\Protocol; * special attention. Usually a document highlight is visualized by changing * the background color of its range. */ -class DocumentHighlightKind +class DocumentHighlight { /** * The range this highlight applies to.