Make WordPress Core


Ignore:
Timestamp:
07/04/2016 08:24:52 PM (9 years ago)
Author:
ocean90
Message:

Unit Tests: Change some @group annotations to @ticket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/isTerm.php

    r35242 r37954  
    182182
    183183    /**
    184      * @group 30623
     184     * @ticket 30623
    185185     */
    186186    public function test_get_queried_object_with_custom_taxonomy_tax_query_and_field_term_id_should_return_term_object() {
     
    210210
    211211    /**
    212      * @group 30623
     212     * @ticket 30623
    213213     */
    214214    public function test_get_queried_object_with_custom_taxonomy_tax_query_and_field_slug_should_return_term_object() {
     
    239239
    240240    /**
    241      * @group 30623
     241     * @ticket 30623
    242242     */
    243243    public function test_get_queried_object_with_custom_taxonomy_tax_query_with_multiple_clauses_should_return_term_object_corresponding_to_the_first_queried_tax() {
Note: See TracChangeset for help on using the changeset viewer.