Fix unit tests

This commit is contained in:
Romain Neutron
2013-01-29 19:35:51 +01:00
parent 00ea1c4c25
commit 74ce48fe45
5 changed files with 20 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ class caption_Field_Value implements cache_cacheableInterface
$this->VocabularyId = $datas['vocabularyId'];
return $this;
} catch (\InvalidArgumentException $e) {
} catch (\Exception $e) {
}