コード例 #1
0
ファイル: EntryTest.php プロジェクト: razvansividra/pnlzf2-1
 public function testSetBlock()
 {
     $entry = new Writer\Entry();
     $entry->setItunesBlock('yes');
     $this->assertEquals('yes', $entry->getItunesBlock());
 }