nextcloud/tests
Vincent Petry 09cc0c5cc9 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-20 14:32:57 +01:00
..
data DB: Support DECIMAL(precision,scale) syntax in XML 2014-01-07 16:07:54 +01:00
lib Fixed quota wrapper to not wrap failed fopen streams 2014-01-20 14:32:57 +01:00
apps.php load test cases from enabled apps 2012-10-08 14:26:51 +02:00
bootstrap.php Remove $RUNTIME_NOAPPS - setting to false was not enough 2013-09-26 14:03:04 +02:00
enable_all.php some unit test for the new ocs share api 2013-09-19 14:39:51 +02:00
phpunit-autotest.xml Add verbose to autotest phpunit, so we see skipped and incomplete tests. 2013-07-25 02:43:50 +02:00
phpunit.xml.dist phpunit.xml: Port code coverage excludes from autotest to dist. 2013-09-26 19:05:47 +02:00
preseed-config.php fixing syntax for openssl config 2013-10-15 00:44:55 +02:00