summaryrefslogtreecommitdiffstats
path: root/tests/lib/image.php
Commit message (Collapse)AuthorAgeFilesLines
* Check for $this->fileInfo and @depend on testData()kondou2013-09-011-0/+3
|
* Fix #4258, clean up \OC_Image and improve its unittestkondou2013-08-301-9/+24
|
* Update skipped tests messageskondou2013-08-021-3/+3
|
* Optimize image and skip mimetype testkondou2013-08-011-0/+1
|
* Cover more caseskondou2013-08-011-17/+17
| | | | | Use file_get_contents() and base64_encode(file_get_contents()), to load from data and base64, to cover more cases
* Add OC_Image Unit Testkondou2013-08-011-0/+220
data() somehow does not return, what file_get_contents() returns, so I skipped related tests.