コード例 #1
0
ファイル: linkdao_test.php プロジェクト: ukd1/thinktank
 function testGetLinksToExpandByURL()
 {
     $ldao = new LinkDAO($this->db, $this->logger);
     $flickrlinkstoexpand = $ldao->getLinksToExpandByUrl('http://flic.kr/');
     $this->assertEqual(count($flickrlinkstoexpand), 5);
 }