summaryrefslogtreecommitdiffstats
path: root/tests/lib/image.php
Commit message (Collapse)AuthorAgeFilesLines
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-0/+4
|
* validate resource's integrity before using itGeorg Ehrke2015-03-161-0/+5
|
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+3
|
* Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-3/+7
|
* Preserve transparency when loading from a filekondou2014-09-101-0/+3
| | | | Fix #7148 - again :)
* unit tests for specific image type output addedThomas Müller2014-03-171-2/+22
|
* 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.