public function testName()
 {
     $provider = new BrowscapPhp($this->getParser());
     $this->assertEquals('BrowscapPhp', $provider->getName());
 }