예제 #1
0
 public function testBeforeSave()
 {
     $this->target->beforeSave($this->product);
 }
예제 #2
0
 public function testBeforeSave()
 {
     $this->_model->beforeSave($this->_productMock);
 }