public function testGetName()
 {
     $namespaceName = $this->parsedRefFileNamespace->getName();
     $this->assertEquals(\Go\ParserReflection\Stub\NAMESPACE_NAME, $namespaceName);
 }