server/tests
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
..
data Add unit tests for decimal type usage 2013-12-18 23:40:11 +01:00
lib Fixed quota wrapper to not wrap failed fopen streams 2014-01-19 18:51:36 +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 don't enable files_external tests 2014-01-17 12:07:27 +01:00
phpunit-autotest.xml Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +01: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
testcleanuplistener.php no warnings within unlinkDir() within the TestCleanupListener 2014-01-13 15:32:11 +01:00