Changeset 30660 for trunk/tests/phpunit/tests/image/editor_imagick.php
- Timestamp:
- 11/30/2014 07:53:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor_imagick.php
r30549 r30660 283 283 // #0 284 284 array( 285 'file' => 'waffles-10x 6.jpg',285 'file' => 'waffles-10x7.jpg', 286 286 'width' => 10, 287 'height' => 6,287 'height' => 7, 288 288 'mime-type' => 'image/jpeg', 289 289 ), … … 323 323 // #5 324 324 array( 325 'file' => 'waffles-55x3 6.jpg',325 'file' => 'waffles-55x37.jpg', 326 326 'width' => 55, 327 'height' => 3 6,327 'height' => 37, 328 328 'mime-type' => 'image/jpeg', 329 329 ), … … 331 331 // #6 332 332 array( 333 'file' => 'waffles-8 2x55.jpg',334 'width' => 8 2,333 'file' => 'waffles-83x55.jpg', 334 'width' => 83, 335 335 'height' => 55, 336 336 'mime-type' => 'image/jpeg',
Note: See TracChangeset
for help on using the changeset viewer.