Exemple #1
0
 public function testgetImageUrl()
 {
     $fc = new fourChan();
     $url = $fc->getImageUrl(69696969, ".jpg");
     echo $url;
     $this->assertEquals(!filter_var($url, FILTER_VALIDATE_URL) === false, true);
 }