mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
setup VCARD classes for tests as well
This commit is contained in:
parent
95528debca
commit
fa342397be
@ -15,3 +15,6 @@ OC_Hook::clear();
|
||||
OC_Log::$enabled = true;
|
||||
\OCP\Util::connectHook('OCA\Contacts', 'pre_deleteContact', '\OCA\Contacts\Hooks', 'contactDeletion');
|
||||
|
||||
\Sabre\VObject\Component\VCard::$componentMap['VCARD'] = '\OCA\Contacts\VObject\VCard';
|
||||
\Sabre\VObject\Component\VCard::$propertyMap['CATEGORIES'] = '\OCA\Contacts\VObject\GroupProperty';
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
colors="true"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user