summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/stream.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-10-17 16:35:19 +0100
committerSam Tuke <samtuke@owncloud.com>2012-10-17 16:35:19 +0100
commit265f3654af3a8abb96a74214e63cd65a0a40f150 (patch)
treed7d811d0f6251f3ae90ef3d247001d0badd9afc7 /apps/files_encryption/tests/stream.php
parent8b01286a5d14bae90607d5192c89b5f9d72d8bc2 (diff)
downloadnextcloud-server-265f3654af3a8abb96a74214e63cd65a0a40f150.tar.gz
nextcloud-server-265f3654af3a8abb96a74214e63cd65a0a40f150.zip
all unit files_encryption crypt unit tests now passing after merge
Diffstat (limited to 'apps/files_encryption/tests/stream.php')
-rw-r--r--apps/files_encryption/tests/stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/stream.php b/apps/files_encryption/tests/stream.php
index 0f65e49f9ec..52e85fe4850 100644
--- a/apps/files_encryption/tests/stream.php
+++ b/apps/files_encryption/tests/stream.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-namespace OCA_Encryption;
+namespace OCA\Encryption;
require_once "PHPUnit/Framework/TestCase.php";
require_once realpath( dirname(__FILE__).'/../../../lib/base.php' );