Skip to content
Snippets Groups Projects
Commit 78b13de4 authored by Björn Schießle's avatar Björn Schießle
Browse files

check that the file proxies are enabled after each test

parent 6e447b67
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment