nextcloud/apps/files_encryption/tests
Vincent Petry f09c19c316 Replaced time() with uniqid() to make sure the file name is unique
The cache isn't cleared properly because unlink() doesn't remove the
cache entry which caused side-effects when reusing the same file name
(which randomly happens when time() returns the same value)

This fix first makes sure the unit tests don't fail any more.
The unlink() case with the cache will be investigated separately.
2014-01-21 16:31:58 +01:00
..
binary rename folder to tests 2013-04-30 00:34:05 +02:00
crypt.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
encryption.key added users for tests 2013-05-26 20:44:15 +02:00
helper.php tests added 2013-12-19 19:43:57 +01:00
keymanager.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
legacy-encrypted-text.txt added users for tests 2013-05-26 20:44:15 +02:00
proxy.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
share.php call set password hook because it doesn't get triggered during test execution and fix paths 2013-12-16 16:00:16 +01:00
stream.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
trashbin.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
util.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
webdav.php Replaced time() with uniqid() to make sure the file name is unique 2014-01-21 16:31:58 +01:00
zeros rename folder to tests 2013-04-30 00:34:05 +02:00