public function testGetName()
 {
     $fileName = $this->parsedRefFile->getName();
     $expectedName = stream_resolve_include_path(__DIR__ . self::STUB_FILE);
     $this->assertEquals($expectedName, $fileName);
 }