1 | <?php |
||
16 | class LocateASTFromFilesTest extends TestCase |
||
17 | { |
||
18 | /** @var LocateASTFromFiles */ |
||
19 | private $locator; |
||
20 | /** @var vfsStreamDirectory */ |
||
21 | private $root; |
||
22 | |||
23 | protected function setUp() |
||
30 | |||
31 | public function testLocate() |
||
42 | |||
43 | private function createFile(string $path, string $content = null): string |
||
47 | |||
48 | /** |
||
49 | * @param string[] $files |
||
50 | */ |
||
51 | private function locate(array $files): array |
||
55 | } |
||
56 |