Merge pull request #531 from mailpoet/unit_test_catchup

Unit test update
This commit is contained in:
Tautvidas Sipavičius
2016-06-28 12:22:50 +03:00
committed by GitHub
22 changed files with 511 additions and 247 deletions

View File

@@ -59,8 +59,6 @@ class Model extends \Sudzy\ValidModel {
default:
$this->setError($e->getMessage());
}
} catch(\Exception $e) {
$this->setError($e->getMessage());
}
return $this;
}