diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-16 16:04:56 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-17 11:22:22 +0200 |
commit | 78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4 (patch) | |
tree | 043f3fc230be56712d89cc4ee50d05cb34f41e14 /apps/files_encryption | |
parent | 6e447b67241f561a0ea02561d9e3098ad2e8267a (diff) | |
download | nextcloud-server-78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4.tar.gz nextcloud-server-78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4.zip |
check that the file proxies are enabled after each test
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/tests/crypt.php | 2 |
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() { |