コード例 #1
0
ファイル: EventTest.php プロジェクト: phathoang/sf_event_mgt
 /**
  * Test if notifyAdmin can be set
  *
  * @test
  * @return void
  */
 public function setNotifyAdminSetsValueForNotifyAdmin()
 {
     $this->subject->setNotifyAdmin(FALSE);
     $this->assertFalse($this->subject->getNotifyAdmin());
 }