Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-07-16 18:04:56 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2014-07-17 13:22:22 +0400
commit78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4 (patch)
tree043f3fc230be56712d89cc4ee50d05cb34f41e14 /apps/files_encryption/tests/crypt.php
parent6e447b67241f561a0ea02561d9e3098ad2e8267a (diff)
check that the file proxies are enabled after each test
Diffstat (limited to 'apps/files_encryption/tests/crypt.php')
-rwxr-xr-xapps/files_encryption/tests/crypt.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php
index 4c4b285d92b..a1a51c749b0 100755
--- a/apps/files_encryption/tests/crypt.php
+++ b/apps/files_encryption/tests/crypt.php
@@ -94,6 +94,8 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase {
} else {
OC_App::disable('files_trashbin');
}
+
+ $this->assertTrue(\OC_FileProxy::$enabled);
}
public static function tearDownAfterClass() {