/**
  * @covers phpDocumentor\Parser\Configuration::getDefaultPackageName
  */
 public function testIfDefaultPackageNameIsReturned()
 {
     $this->assertSame('global', $this->fixture->getDefaultPackageName());
 }