mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
check that the file proxies are enabled after each test
This commit is contained in:
parent
6e447b6724
commit
78b13de4bf
@ -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…
Reference in New Issue
Block a user