Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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() {
Note: See TracChangeset for help on using the changeset viewer.