コード例 #1
0
ファイル: Makethumbs.php プロジェクト: davidherzina/Phlickr
 function testGetSetPrimary()
 {
     $result = $this->batch->getSetPrimary();
     $this->assertNull($result);
 }
コード例 #2
0
ファイル: Gallery.php プロジェクト: davidherzina/Phlickr
 function testGetSetPrimary()
 {
     $expected = $this->dirAlbum . 'party_1_deford_family.jpg';
     $result = $this->batch->getSetPrimary();
     $this->assertEquals($expected, $result);
 }