コード例 #1
0
ファイル: EntryTest.php プロジェクト: bradley-holt/postr
 public function testSetAndGetSummary()
 {
     $value = 'Test entry summary.';
     $this->_entry->setSummary($value);
     $this->assertEquals($value, $this->_entry->getSummary());
 }