Example #1
0
 /**
  * @expectedException   \WebExtractor\Exception\HttpErrorException
  */
 public function test404Meta()
 {
     $url = 'http://urlnotexists.com/nono';
     $meta = $this->client->getMeta($url);
 }