diff options
| author | Felipe Pena <felipe@php.net> | 2008-06-13 00:18:57 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-06-13 00:18:57 +0000 |
| commit | 7504d570439d5f27e9d1fbf7652d1856ab8b51c7 (patch) | |
| tree | 0c0256b67f495ea28836d9527f86d51e6797baa8 /ext/gd | |
| parent | e4bcc3fb485acfe721dc8eb352c36f97c1a3aa8b (diff) | |
| download | php-git-7504d570439d5f27e9d1fbf7652d1856ab8b51c7.tar.gz | |
- Fixed tests (unicode results, UEXPECT, line endings)
Diffstat (limited to 'ext/gd')
| -rw-r--r-- | ext/gd/tests/image_type_to_mime_type_variation2.phpt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ext/gd/tests/image_type_to_mime_type_variation2.phpt b/ext/gd/tests/image_type_to_mime_type_variation2.phpt index 159e7cf53f..f53a38bd0b 100644 --- a/ext/gd/tests/image_type_to_mime_type_variation2.phpt +++ b/ext/gd/tests/image_type_to_mime_type_variation2.phpt @@ -43,45 +43,6 @@ foreach($values as $value) { *** Testing image_type_to_mime_type() : usage variations *** -- Iteration 1 -- -string(24) "application/octet-stream" - --- Iteration 2 -- -string(9) "image/gif" - --- Iteration 3 -- -string(24) "application/octet-stream" - --- Iteration 4 -- -string(24) "application/octet-stream" - --- Iteration 5 -- -string(10) "image/jpeg" - --- Iteration 6 -- -string(10) "image/tiff" - --- Iteration 7 -- -string(24) "application/octet-stream" - --- Iteration 8 -- -string(24) "application/octet-stream" - --- Iteration 9 -- -string(24) "application/octet-stream" - --- Iteration 10 -- -string(9) "image/gif" - --- Iteration 11 -- -string(24) "application/octet-stream" - --- Iteration 12 -- -string(24) "application/octet-stream" -===DONE=== ---UEXPECT-- -*** Testing image_type_to_mime_type() : usage variations *** - --- Iteration 1 -- unicode(24) "application/octet-stream" -- Iteration 2 -- |
