示例#1
0
 public function testSetNotify()
 {
     $task = new PhingTask();
     $task->setNotify(true);
     $this->assertTrue($task->getNotify());
 }