コード例 #1
0
ファイル: EntryTest.php プロジェクト: bradley-holt/zf2
 public function testGetLinkReturnsNullIfNotSet()
 {
     $entry = new Writer\Entry();
     $this->assertTrue(is_null($entry->getLink()));
 }