Changeset 877 in tests for trunk/tests/test_image.php
- Timestamp:
- 07/03/2012 06:23:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_image.php
r828 r877 1 1 <?php 2 2 3 /** 4 * @group image 5 * @group media 6 * @group upload 7 */ 3 8 class TestImageMetaFunctions extends WP_UnitTestCase { 4 9 function setUp() { … … 132 137 } 133 138 139 /** 140 * @group image 141 * @group media 142 * @group upload 143 */ 134 144 class TestImageSizeFunctions extends WP_UnitTestCase { 135 145 function test_constrain_dims_zero() { … … 324 334 } 325 335 336 /** 337 * @group image 338 * @group media 339 * @group upload 340 */ 326 341 class TestImageResizeDimensions extends WP_UnitTestCase { 327 342 function test_400x400_no_crop() { … … 449 464 } 450 465 466 /** 467 * @group image 468 * @group media 469 * @group upload 470 */ 451 471 class TestImageResize extends WP_UnitTestCase { 452 472 // image_resize( $file, $max_w, $max_h, $crop=false, $suffix=null, $dest_path=null, $jpeg_quality=75) … … 569 589 } 570 590 591 /** 592 * @group image 593 * @group media 594 * @group upload 595 */ 571 596 class TestIsImageFunctions extends WP_UnitTestCase { 572 597 function test_is_image_positive() {
Note: See TracChangeset
for help on using the changeset viewer.