示例#1
0
 function testGetSetPrimary()
 {
     $result = $this->batch->getSetPrimary();
     $this->assertNull($result);
 }
示例#2
0
 function testGetSetPrimary()
 {
     $expected = $this->dirAlbum . 'party_1_deford_family.jpg';
     $result = $this->batch->getSetPrimary();
     $this->assertEquals($expected, $result);
 }