Ejemplo n.º 1
0
 public function testAttemptToSaveEmptyDataThrowsException()
 {
     $this->setExpectedException(\InvalidArgumentException::class);
     $customerModel = new Customer($this->customerResource);
     $customerModel->save();
 }