public function testParser()
 {
     $parser = $this->getParser();
     $provider = new BrowscapPhp($parser);
     $this->assertSame($parser, $provider->getParser());
 }