stable

Clone or download

Read-only

Move WebDAVDocmanFileTest to PHPUnit

This is part request #14147 Move Webdav plugin tests to PHPUnit No functional change expected here. A refactoring was done to isolate the download part of a document. Change-Id: I973f0166613af91aba54cb3430da15b5e4fe7283

Modified Files

Name
A plugins/webdav/include/Docman/DocumentDownloader.php +50 −0 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanDocument.class.php +10 −19 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFile.class.php +7 −5 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +10 −7 Go to diff View file
M plugins/webdav/phpunit/WebDAVDocmanDocumentTest.php +12 −4 Go to diff View file
A plugins/webdav/phpunit/WebDAVDocmanFileTest.php +295 −0 Go to diff View file
D plugins/webdav/tests/WebDAVDocmanFileTest.php +0 −178 Go to diff View file
M plugins/webdav/tests/WebDAVTreeTest.php +3 −1 Go to diff View file