This repository was archived by the owner on Mar 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
tests/LanguageServerCodeTransform/Unit/CodeAction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ public function provideImportProvider(): Generator
8989 , 0 , 1
9090 ];
9191
92- // this test fails on the main phpactor integration tests
92+ // this test fails on the main phpactor integration tests
9393// yield 'code action and diagnostic for missing global class name with import globals' => [
9494// <<<'EOT'
95- //// File: subject.php
96- //<?php namespace Foobar; function foobar(): Generator { yield 12; }'
97- //// File: Generator.php
98- //<?php class Generator {}
99- //EOT
95+ //// File: subject.php
96+ //<?php namespace Foobar; function foobar(): Generator { yield 12; }'
97+ //// File: Generator.php
98+ //<?php class Generator {}
99+ //EOT
100100// , 1, 1, true
101101// ];
102102
You can’t perform that action at this time.
0 commit comments