nextcloud/tests/lib/files/storage
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams
When calling fopen() on some storage types, these return false instead
of throwing an exception.

This fix makes sure that in case the stream wasn't opened (for example
when a file doesn't exist any more) the stream isn't wrapped.

Also added 'rb' as another case that doesn't need to be wrapped.

Fixes #6832
2014-01-19 18:51:36 +01:00
..
wrapper Fixed quota wrapper to not wrap failed fopen streams 2014-01-19 18:51:36 +01:00
commontest.php reuse \OC_Helper::tmpFolder() 2013-02-04 14:11:51 +01:00
home.php Now using HomeStorage for legacy home storage ids 2013-11-12 18:01:02 +01:00
local.php merge master into filesystem 2013-01-16 19:04:50 +01:00
mappedlocal.php make MappedLocal available and testable within Linux as well 2013-02-09 19:03:03 +01:00
mappedlocalwithdotteddatadir.php folder should be created :-( 2013-02-15 17:40:07 +01:00
storage.php Added unit test for the test() method 2013-12-03 14:35:53 +01:00