Skip to content

Commit 1bfef37

Browse files
author
boonebgorges
committed
Tests: Change some 'group' annotations to 'ticket'.
git-svn-id: https://develop.svn.wordpress.org/trunk@37595 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3e0430d commit 1bfef37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/meta/query.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public function test_empty_compare() {
808808
}
809809

810810
/**
811-
* @group 32592
811+
* @ticket 32592
812812
*/
813813
public function test_has_or_relation_should_return_false() {
814814
$q = new WP_Meta_Query( array(
@@ -834,7 +834,7 @@ public function test_has_or_relation_should_return_false() {
834834
}
835835

836836
/**
837-
* @group 32592
837+
* @ticket 32592
838838
*/
839839
public function test_has_or_relation_should_return_true_for_top_level_or() {
840840
$q = new WP_Meta_Query( array(
@@ -860,7 +860,7 @@ public function test_has_or_relation_should_return_true_for_top_level_or() {
860860
}
861861

862862
/**
863-
* @group 32592
863+
* @ticket 32592
864864
*/
865865
public function test_has_or_relation_should_return_true_for_nested_or() {
866866
$q = new WP_Meta_Query( array(

0 commit comments

Comments
 (0)