示例#1
0
 public function testSetIsCustomerNotifiedNotApplicable()
 {
     $this->model->setIsCustomerNotified();
     $this->assertEquals($this->model->isCustomerNotificationNotApplicable(), $this->model->getIsCustomerNotified());
 }