mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +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:
@@ -768,7 +768,7 @@ class Tests_Comment_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 32081
|
||||
* @ticket 32081
|
||||
*/
|
||||
public function test_meta_query_should_work_with_comment__in() {
|
||||
$comments = self::factory()->comment->create_many( 3 );
|
||||
@@ -792,7 +792,7 @@ class Tests_Comment_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 32081
|
||||
* @ticket 32081
|
||||
*/
|
||||
public function test_meta_query_should_work_with_comment__not_in() {
|
||||
$comments = self::factory()->comment->create_many( 3 );
|
||||
|
||||
Reference in New Issue
Block a user