Vincent Petry
|
0ab66d9b48
|
Added unit test for the helper's rmdirr
|
2014-06-23 16:48:25 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Lukas Reschke
|
fd5b2d11d6
|
Rename issubdirectory to isSubDirectory
|
2014-05-11 15:50:59 +02:00 |
Vincent Petry
|
75d81eefc1
|
Merge pull request #8223 from owncloud/fix_linkToPublic
Fix linkToPublic and linkToAbsolute.
|
2014-05-07 14:40:59 +02:00 |
Morris Jobke
|
623161b9a9
|
Merge pull request #8023 from flyser/master
Fix setting the max-upload-size for really large values.
|
2014-05-03 11:49:38 +02:00 |
Thomas Tanghus
|
dd36d4b894
|
Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase
|
2014-04-16 14:32:08 +02:00 |
Thomas Tanghus
|
51e47319ef
|
White-list known secure mime types. Refs. #8184
|
2014-04-14 17:17:50 +02:00 |
Fabian Henze
|
1245ff8f31
|
Add unit tests for OC_Helper::phpFileSize function
|
2014-04-07 15:31:34 +02:00 |
Vincent Petry
|
145db370d1
|
Correctly round bytes when converted from human readable format
Instead of leave two decimal places which is confusing, round the byte
values correctly to the closest byte.
|
2014-03-17 12:15:12 +01:00 |
Thomas Mueller
|
665b7571f4
|
adding test for binary file to test \OC_Helper::streamCopy()
|
2013-11-04 17:19:04 +01:00 |
Thomas Mueller
|
998211f7a3
|
WIN: fixing unit test for testStreamCopy()
|
2013-11-02 20:31:29 +01:00 |
Thomas Müller
|
6df5c7ebd5
|
streamCopy() should return proper structure.
Callers of streamCopy() expect an array to be returned containing count and result.
|
2013-10-14 21:33:23 +02:00 |
Thomas Müller
|
8c9add4d32
|
adding TB and GB to OC_Helper::humanFileSize
|
2013-09-13 17:22:45 +02:00 |
Bart Visscher
|
22c29eb64b
|
Fix renaming using parenthesis
|
2013-07-05 15:38:09 +02:00 |
Bart Visscher
|
424ec94680
|
Make buildNotExistingFileName testable and write unittests
|
2013-07-05 13:03:01 +02:00 |
Robin Appelman
|
d42f7b85f3
|
Basic tests for getFileNameMimeType
|
2013-06-16 20:19:37 +02:00 |
Thomas Mueller
|
ef88ceba8c
|
drop SimpleTest compatibility
|
2013-01-24 16:47:17 +01:00 |
Bart Visscher
|
5713dcfd11
|
Use $SERVERROOT/tests/data for testGetMimeType
|
2012-10-13 21:02:12 +02:00 |
Lukas Reschke
|
41d1494898
|
Remove not reliable test
|
2012-10-13 16:53:36 +03:00 |
Lukas Reschke
|
0f26228d99
|
Some tests
|
2012-10-13 15:51:40 +02:00 |