]> source.dussan.org Git - nextcloud-server.git/commitdiff
added helper
authorFlorin Peter <github@florin-peter.de>
Thu, 9 May 2013 21:22:22 +0000 (23:22 +0200)
committerFlorin Peter <github@florin-peter.de>
Thu, 9 May 2013 21:22:22 +0000 (23:22 +0200)
apps/files_encryption/tests/crypt.php
apps/files_encryption/tests/keymanager.php

index 4a85048ba433e8d7470ab1b450f06b3a5d33d60b..b2dea2f653826e5773d06a57c7e44db76c40fe37 100755 (executable)
@@ -15,6 +15,7 @@ require_once realpath( dirname(__FILE__).'/../lib/keymanager.php' );
 require_once realpath( dirname(__FILE__).'/../lib/proxy.php' );
 require_once realpath( dirname(__FILE__).'/../lib/stream.php' );
 require_once realpath( dirname(__FILE__).'/../lib/util.php' );
+require_once realpath( dirname(__FILE__).'/../lib/helper.php' );
 require_once realpath( dirname(__FILE__).'/../appinfo/app.php' );
 
 use OCA\Encryption;
index 33ca29997be4b867971da2a75a940edcf8b4cf80..3acc781a0966ea3a675c8dfc862218425d570eaa 100644 (file)
@@ -13,6 +13,7 @@ require_once realpath( dirname(__FILE__).'/../lib/keymanager.php' );
 require_once realpath( dirname(__FILE__).'/../lib/proxy.php' );
 require_once realpath( dirname(__FILE__).'/../lib/stream.php' );
 require_once realpath( dirname(__FILE__).'/../lib/util.php' );
+require_once realpath( dirname(__FILE__).'/../lib/helper.php' );
 require_once realpath( dirname(__FILE__).'/../appinfo/app.php' );
 
 use OCA\Encryption;