mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 17:29:05 +00:00
Unit Tests: Change some @group annotations to @ticket.
git-svn-id: https://develop.svn.wordpress.org/trunk@37954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -123,7 +123,7 @@ class Tests_Comment_Meta_Cache extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 34047
|
||||
* @ticket 34047
|
||||
*/
|
||||
public function test_comment_meta_should_be_lazy_loaded_in_comment_feed_queries() {
|
||||
global $wpdb;
|
||||
@@ -167,7 +167,7 @@ class Tests_Comment_Meta_Cache extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 34047
|
||||
* @ticket 34047
|
||||
*/
|
||||
public function test_comment_meta_should_be_lazy_loaded_in_single_post_comment_feed_queries() {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user