public function testVersion()
 {
     $provider = new DonatjUAParser();
     $this->assertInternalType('string', $provider->getVersion());
 }