Skip to content

Commit b1e2ec0

Browse files
author
Felix Siebeneicker
committed
💄
1 parent 63cf35a commit b1e2ec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ParserGrammarTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Licensed under the MIT License. See License.txt in the project root for license information.
55
*--------------------------------------------------------------------------------------------*/
66

7-
use Microsoft\PhpParser\Token;
87
use Microsoft\PhpParser\DiagnosticsProvider;
98
use PHPUnit\Framework\Test;
109
use PHPUnit\Framework\TestCase;
@@ -123,7 +122,7 @@ public function testSpecOutputTreeClassificationAndLength($testCaseFile, $expect
123122
}
124123

125124
public function outTreeProvider() {
126-
$testCases = glob(__dir__ . "/cases/php-langspec/**/*.php");
125+
$testCases = glob(__DIR__ . "/cases/php-langspec/**/*.php");
127126
$skipped = json_decode(file_get_contents(__DIR__ . "/skipped.json"));
128127

129128
$testProviderArray = array();

0 commit comments

Comments
 (0)