Changeset 37954
- Timestamp:
- 07/04/2016 08:24:52 PM (9 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/QuickEdit.php
r35531 r37954 14 14 15 15 /** 16 * @ group2694816 * @ticket 26948 17 17 */ 18 18 public function test_dont_process_terms_if_taxonomy_does_not_allow_show_on_quick_edit() { -
trunk/tests/phpunit/tests/cache.php
r35244 r37954 181 181 182 182 /** 183 * @ group21327183 * @ticket 21327 184 184 */ 185 185 function test_wp_cache_decr() { -
trunk/tests/phpunit/tests/comment.php
r37609 r37954 403 403 404 404 /** 405 * @ group27571405 * @ticket 27571 406 406 */ 407 407 public function test_post_properties_should_be_lazyloaded() { -
trunk/tests/phpunit/tests/comment/metaCache.php
r35242 r37954 124 124 125 125 /** 126 * @ group34047126 * @ticket 34047 127 127 */ 128 128 public function test_comment_meta_should_be_lazy_loaded_in_comment_feed_queries() { … … 168 168 169 169 /** 170 * @ group34047170 * @ticket 34047 171 171 */ 172 172 public function test_comment_meta_should_be_lazy_loaded_in_single_post_comment_feed_queries() { -
trunk/tests/phpunit/tests/comment/query.php
r37625 r37954 769 769 770 770 /** 771 * @ group32081771 * @ticket 32081 772 772 */ 773 773 public function test_meta_query_should_work_with_comment__in() { … … 793 793 794 794 /** 795 * @ group32081795 * @ticket 32081 796 796 */ 797 797 public function test_meta_query_should_work_with_comment__not_in() { -
trunk/tests/phpunit/tests/option/updateOption.php
r34828 r37954 100 100 101 101 /** 102 * @ group26394102 * @ticket 26394 103 103 */ 104 104 public function test_autoload_should_be_updated_for_existing_option_when_value_is_changed() { … … 121 121 122 122 /** 123 * @ group26394123 * @ticket 26394 124 124 */ 125 125 public function test_autoload_should_not_be_updated_for_existing_option_when_value_is_unchanged() { … … 143 143 144 144 /** 145 * @ group26394145 * @ticket 26394 146 146 */ 147 147 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 182 182 183 183 /** 184 * @ group30623184 * @ticket 30623 185 185 */ 186 186 public function test_get_queried_object_with_custom_taxonomy_tax_query_and_field_term_id_should_return_term_object() { … … 210 210 211 211 /** 212 * @ group30623212 * @ticket 30623 213 213 */ 214 214 public function test_get_queried_object_with_custom_taxonomy_tax_query_and_field_slug_should_return_term_object() { … … 239 239 240 240 /** 241 * @ group30623241 * @ticket 30623 242 242 */ 243 243 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 51 51 52 52 /** 53 * @ group2723853 * @ticket 27238 54 54 */ 55 55 public function test_get_the_taxonomies_term_template() { … … 77 77 78 78 /** 79 * @ group2723879 * @ticket 27238 80 80 */ 81 81 function test_the_taxonomies_term_template() { -
trunk/tests/phpunit/tests/user/wpDeleteUser.php
r35242 r37954 137 137 138 138 /** 139 * @ group33800139 * @ticket 33800 140 140 */ 141 141 public function test_should_return_false_for_non_numeric_string_user_id() { … … 144 144 145 145 /** 146 * @ group33800146 * @ticket 33800 147 147 */ 148 148 public function test_should_return_false_for_object_user_id() {
Note: See TracChangeset
for help on using the changeset viewer.