Make WordPress Core

Changeset 877 in tests for trunk/tests/test_image.php


Ignore:
Timestamp:
07/03/2012 06:23:14 PM (13 years ago)
Author:
nacin
Message:

Add test groups to all tests without them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_image.php

    r828 r877  
    11<?php
    22
     3/**
     4 * @group image
     5 * @group media
     6 * @group upload
     7 */
    38class TestImageMetaFunctions extends WP_UnitTestCase {
    49    function setUp() {
     
    132137}
    133138
     139/**
     140 * @group image
     141 * @group media
     142 * @group upload
     143 */
    134144class TestImageSizeFunctions extends WP_UnitTestCase {
    135145    function test_constrain_dims_zero() {
     
    324334}
    325335
     336/**
     337 * @group image
     338 * @group media
     339 * @group upload
     340 */
    326341class TestImageResizeDimensions extends WP_UnitTestCase {
    327342    function test_400x400_no_crop() {
     
    449464}
    450465
     466/**
     467 * @group image
     468 * @group media
     469 * @group upload
     470 */
    451471class TestImageResize extends WP_UnitTestCase {
    452472    // image_resize( $file, $max_w, $max_h, $crop=false, $suffix=null, $dest_path=null, $jpeg_quality=75)
     
    569589}
    570590
     591/**
     592 * @group image
     593 * @group media
     594 * @group upload
     595 */
    571596class TestIsImageFunctions extends WP_UnitTestCase {
    572597    function test_is_image_positive() {
Note: See TracChangeset for help on using the changeset viewer.