File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit bootstrap =" vendor/autoload.php" >
2
+ <phpunit backupGlobals =" false"
3
+ backupStaticAttributes =" false"
4
+ beStrictAboutTestsThatDoNotTestAnything =" true"
5
+ beStrictAboutOutputDuringTests =" true"
6
+ bootstrap =" vendor/autoload.php"
7
+ colors =" true"
8
+ convertErrorsToExceptions =" true"
9
+ convertNoticesToExceptions =" true"
10
+ convertWarningsToExceptions =" true"
11
+ failOnWarning =" true"
12
+ processIsolation =" false"
13
+ stopOnError =" false"
14
+ stopOnFailure =" false"
15
+ verbose =" true"
16
+ >
3
17
<testsuites >
4
18
<testsuite name =" PHP Language Server Test Suite" >
5
- <directory >./tests</directory >
19
+ <directory suffix = " Test.php " >./tests</directory >
6
20
</testsuite >
7
21
</testsuites >
8
-
9
22
<filter >
10
- <whitelist >
11
- <directory >./src</directory >
23
+ <whitelist processUncoveredFilesFromWhitelist = " true " >
24
+ <directory suffix = " .php " >./src</directory >
12
25
</whitelist >
13
26
</filter >
14
27
<php >
Original file line number Diff line number Diff line change 7
7
* special attention. Usually a document highlight is visualized by changing
8
8
* the background color of its range.
9
9
*/
10
- class DocumentHighlightKind
10
+ class DocumentHighlight
11
11
{
12
12
/**
13
13
* The range this highlight applies to.
You can’t perform that action at this time.
0 commit comments