mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 12:25:16 -04:00
check that the file proxies are enabled after each test
This commit is contained in:
parent
6e447b6724
commit
78b13de4bf
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue