SYMBOL INDEX (15 symbols across 4 files) FILE: src/Wizard.php class Wizard (line 26) | final class Wizard method lookup (line 43) | public function lookup(string $filename, int $lineNumber): string method updateLookupTable (line 56) | private function updateLookupTable(): void method processClassesAndTraits (line 62) | private function processClassesAndTraits(): void method processFunctions (line 82) | private function processFunctions(): void method processFunctionOrMethod (line 95) | private function processFunctionOrMethod(ReflectionFunction|Reflection... FILE: tests/WizardTest.php class WizardTest (line 16) | #[CoversClass(Wizard::class)] method setUp (line 21) | protected function setUp(): void method testMethodCanBeLookedUp (line 26) | public function testMethodCanBeLookedUp(): Wizard method testMethodCanBeLookedUp2 (line 41) | #[Depends('testMethodCanBeLookedUp')] method testReturnsFilenameAndLineNumberAsStringWhenNotInCodeUnit (line 55) | public function testReturnsFilenameAndLineNumberAsStringWhenNotInCodeU... FILE: tests/_fixture/Bar.php class Bar (line 10) | class Bar method method (line 12) | public function method(): void FILE: tests/_fixture/Foo.php class Foo (line 10) | class Foo method method (line 12) | public function method(): void