mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user