server/apps/dav/tests/unit/Connector/Sabre
Thomas Müller ffe034abb0 Don't use runInSeparateProcess
Directly calling "header" in the PHPUnit process causes the "Cannot
modify header information - headers already sent by" error to be thrown.
Instead of running the test in a separate process, which is slower, this
commit wraps the call to "header" in a method that can be mocked in the
tests.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-27 20:39:45 +01:00
..
Exception Fix apps/ 2016-07-21 18:13:57 +02:00
RequestTest Update license headers 2017-11-06 16:56:19 +01:00
AuthTest.php Update license headers 2017-11-06 16:56:19 +01:00
BearerAuthTest.php Update license headers 2017-11-06 16:56:19 +01:00
BlockLegacyClientPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
CommentsPropertiesPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
CopyEtagHeaderPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
CustomPropertiesBackendTest.php Update license headers 2017-11-06 16:56:19 +01:00
DirectoryTest.php Update license headers 2017-11-06 16:56:19 +01:00
DummyGetResponsePluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
ExceptionLoggerPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
FakeLockerPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
FilesPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
FilesReportPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
FileTest.php Don't use runInSeparateProcess 2017-11-27 20:39:45 +01:00
MaintenancePluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
NodeTest.php Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permissions 2017-11-20 16:15:52 +01:00
ObjectTreeTest.php Update license headers 2017-11-06 16:56:19 +01:00
PrincipalTest.php Update license headers 2017-11-06 16:56:19 +01:00
QuotaPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
SharesPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00
TagsPluginTest.php Update license headers 2017-11-06 16:56:19 +01:00