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