Make WordPress Core

Changeset 37954


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

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

Location:
trunk/tests/phpunit/tests
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/QuickEdit.php

    r35531 r37954  
    1414
    1515        /**
    16          * @group 26948
     16         * @ticket 26948
    1717         */
    1818        public function test_dont_process_terms_if_taxonomy_does_not_allow_show_on_quick_edit() {
  • trunk/tests/phpunit/tests/cache.php

    r35244 r37954  
    181181
    182182        /**
    183          * @group 21327
     183         * @ticket 21327
    184184         */
    185185        function test_wp_cache_decr() {
  • trunk/tests/phpunit/tests/comment.php

    r37609 r37954  
    403403
    404404        /**
    405          * @group 27571
     405         * @ticket 27571
    406406         */
    407407        public function test_post_properties_should_be_lazyloaded() {
  • trunk/tests/phpunit/tests/comment/metaCache.php

    r35242 r37954  
    124124
    125125        /**
    126          * @group 34047
     126         * @ticket 34047
    127127         */
    128128        public function test_comment_meta_should_be_lazy_loaded_in_comment_feed_queries() {
     
    168168
    169169        /**
    170          * @group 34047
     170         * @ticket 34047
    171171         */
    172172        public function test_comment_meta_should_be_lazy_loaded_in_single_post_comment_feed_queries() {
  • trunk/tests/phpunit/tests/comment/query.php

    r37625 r37954  
    769769
    770770        /**
    771          * @group 32081
     771         * @ticket 32081
    772772         */
    773773        public function test_meta_query_should_work_with_comment__in() {
     
    793793
    794794        /**
    795          * @group 32081
     795         * @ticket 32081
    796796         */
    797797        public function test_meta_query_should_work_with_comment__not_in() {
  • trunk/tests/phpunit/tests/option/updateOption.php

    r34828 r37954  
    100100
    101101        /**
    102          * @group 26394
     102         * @ticket 26394
    103103         */
    104104        public function test_autoload_should_be_updated_for_existing_option_when_value_is_changed() {
     
    121121
    122122        /**
    123          * @group 26394
     123         * @ticket 26394
    124124         */
    125125        public function test_autoload_should_not_be_updated_for_existing_option_when_value_is_unchanged() {
     
    143143
    144144        /**
    145          * @group 26394
     145         * @ticket 26394
    146146         */
    147147        public function test_autoload_should_not_be_updated_for_existing_option_when_value_is_changed_but_no_value_of_autoload_is_provided() {
  • 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() {
  • trunk/tests/phpunit/tests/taxonomy.php

    r36525 r37954  
    5151
    5252        /**
    53          * @group 27238
     53         * @ticket 27238
    5454         */
    5555        public function test_get_the_taxonomies_term_template() {
     
    7777
    7878        /**
    79          * @group 27238
     79         * @ticket 27238
    8080         */
    8181        function test_the_taxonomies_term_template() {
  • trunk/tests/phpunit/tests/user/wpDeleteUser.php

    r35242 r37954  
    137137
    138138        /**
    139          * @group 33800
     139         * @ticket 33800
    140140         */
    141141        public function test_should_return_false_for_non_numeric_string_user_id() {
     
    144144
    145145        /**
    146          * @group 33800
     146         * @ticket 33800
    147147         */
    148148        public function test_should_return_false_for_object_user_id() {
Note: See TracChangeset for help on using the changeset viewer.