public function testGetWithoutSettingThrowsInvalidArgumentException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $configuration = new Configuration();
     $configuration->getDocumentUri();
 }