check that the file proxies are enabled after each test

This commit is contained in:
Bjoern Schiessle 2014-07-16 16:04:56 +02:00
parent 6e447b6724
commit 78b13de4bf

View file

@ -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() {