stable

Clone or download

Read-only

Begin to move unit tests to PHPUnit for WebDAV

This is part request #14147 Move Webdav plugin tests to PHPUnit Move these tests is not easy. The code also need some refactoring to be well tested. Change-Id: I3a55be0bb0ccfc59401e641af5a12eed4dd400ba

Modified Files

Name
M plugins/webdav/include/FS/WebDAVDocmanDocument.class.php +8 −7 Go to diff View file
M plugins/webdav/include/WebDAVUtils.class.php +10 −0 Go to diff View file
A plugins/webdav/phpunit/.simpletest_skip +0 −0 Go to diff View file
A plugins/webdav/phpunit/WebDAVDocmanDocumentTest.php +154 −0 Go to diff View file
R plugins/webdav/tests/WebDAVUtilsTest.php Go to diff View file
A plugins/webdav/phpunit/bootstrap.php +22 −0 Go to diff View file
D plugins/webdav/tests/WebDAVDocmanDocumentTest.php +0 −96 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanFileTest.php +2 −2 Go to diff View file