Tests: Change some 'group' annotations to 'ticket'.
git-svn-id: https://develop.svn.wordpress.org/trunk@37595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb5b8479f0
commit
8f06d6678b
@ -808,7 +808,7 @@ class Tests_Meta_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 32592
|
||||
* @ticket 32592
|
||||
*/
|
||||
public function test_has_or_relation_should_return_false() {
|
||||
$q = new WP_Meta_Query( array(
|
||||
@ -834,7 +834,7 @@ class Tests_Meta_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 32592
|
||||
* @ticket 32592
|
||||
*/
|
||||
public function test_has_or_relation_should_return_true_for_top_level_or() {
|
||||
$q = new WP_Meta_Query( array(
|
||||
@ -860,7 +860,7 @@ class Tests_Meta_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 32592
|
||||
* @ticket 32592
|
||||
*/
|
||||
public function test_has_or_relation_should_return_true_for_nested_or() {
|
||||
$q = new WP_Meta_Query( array(
|
||||
|
Loading…
Reference in New Issue
Block a user