Changeset 51415 for trunk/tests/phpunit/tests/image/editorGd.php
- Timestamp:
- 07/13/2021 10:43:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorGd.php
r50491 r51415 54 54 /** 55 55 * Test resizing an image, not using crop 56 * 57 * @requires function imagejpeg 56 58 */ 57 59 public function test_resize() { … … 74 76 /** 75 77 * Test multi_resize with single image resize and no crop 78 * 79 * @requires function imagejpeg 76 80 */ 77 81 public function test_single_multi_resize() { … … 184 188 * 185 189 * @ticket 26823 190 * @requires function imagejpeg 186 191 */ 187 192 public function test_multi_resize() {
Note: See TracChangeset
for help on using the changeset viewer.