fix tests

This commit is contained in:
James
2020-02-23 01:08:14 +00:00
parent ffdef4b0d5
commit 9c0961fd87
2 changed files with 75 additions and 74 deletions

View File

@@ -124,7 +124,7 @@ class CrawlObserver extends \Spatie\Crawler\CrawlObserver
if( $response=$requestException->getResponse() ){
$this->crawled($url,$response,$foundOnUrl);
}else{
$this->addResult((String)$url,(string)$foundOnUrl);
$this->addResult((String)$url,(string)$foundOnUrl,'---','');
}
}