check that the file proxies are enabled after each test

remotes/origin/fix-10825
Bjoern Schiessle 12 years ago
parent 6e447b6724
commit 78b13de4bf
  1. 2
      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() {

Loading…
Cancel
Save