예제 #1
0
파일: FeedTest.php 프로젝트: narixx/zf2
 public function testAddingHubUrlReturnsNullIfNotSet()
 {
     $writer = new Writer\Feed();
     $this->assertTrue(is_null($writer->getHubs()));
 }