From fd478b23814d79bf2c49e4211abd83fbc6a00ebd Mon Sep 17 00:00:00 2001 From: LEDfan Date: Wed, 9 Sep 2015 16:27:53 +0200 Subject: [PATCH] Load our app in bootstrap after change in core --- tests/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 4af06ef9..ac081af2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -14,3 +14,5 @@ OC_Hook::clear(); 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'; + +\OC_App::loadApp('my_app');