]> source.dussan.org Git - nextcloud-server.git/commit
Add OC_Image Unit Test
authorkondou <kondou@ts.unde.re>
Thu, 1 Aug 2013 14:24:29 +0000 (16:24 +0200)
committerkondou <kondou@ts.unde.re>
Thu, 1 Aug 2013 18:17:43 +0000 (20:17 +0200)
commit71f43c5fa1f2a498501ad3009b49c2e84f71847c
tree4a07951da73e4285bf276f7ed2f353c073512366
parent0c1008bb69b3ae68b2ffd51be3f0028890ea94f8
Add OC_Image Unit Test

data() somehow does not return, what file_get_contents() returns,
so I skipped related tests.
tests/data/testimage.gif [new file with mode: 0644]
tests/data/testimage.jpg [new file with mode: 0644]
tests/data/testimage.png [new file with mode: 0644]
tests/lib/image.php [new file with mode: 0644]