Skip to content

Commit 9b7c8e2

Browse files
committed
Remove ticket number in tests for now
1 parent 0a0d8d5 commit 9b7c8e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/phpunit/tests/query/deterministicOrdering.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @group query
88
* @group ordering
9-
* @ticket 44349
9+
* @ticket xxxxx
1010
*/
1111
class Tests_Query_DeterministicOrdering extends WP_UnitTestCase {
1212

@@ -17,7 +17,7 @@ class Tests_Query_DeterministicOrdering extends WP_UnitTestCase {
1717
* value for a field (like post_date), pagination can show duplicate records
1818
* without deterministic ordering.
1919
*
20-
* @ticket 44349
20+
* @ticket xxxxx
2121
*/
2222
public function test_deterministic_ordering_prevents_duplicates_across_pages() {
2323
// Create multiple posts with identical post_date to trigger the bug
@@ -82,7 +82,7 @@ public function test_deterministic_ordering_prevents_duplicates_across_pages() {
8282
/**
8383
* Test that deterministic ordering works with post_title field.
8484
*
85-
* @ticket 44349
85+
* @ticket xxxxx
8686
*/
8787
public function test_deterministic_ordering_with_post_title() {
8888
$identical_title = 'Same Title';
@@ -128,7 +128,7 @@ public function test_deterministic_ordering_with_post_title() {
128128
/**
129129
* Test that deterministic ordering works with DESC order.
130130
*
131-
* @ticket 44349
131+
* @ticket xxxxx
132132
*/
133133
public function test_deterministic_ordering_with_desc_order() {
134134
$identical_date = '2023-01-01 10:00:00';
@@ -174,7 +174,7 @@ public function test_deterministic_ordering_with_desc_order() {
174174
/**
175175
* Test that deterministic ordering works with array orderby.
176176
*
177-
* @ticket 44349
177+
* @ticket xxxxx
178178
*/
179179
public function test_deterministic_ordering_with_array_orderby() {
180180
$identical_date = '2023-01-01 10:00:00';
@@ -223,7 +223,7 @@ public function test_deterministic_ordering_with_array_orderby() {
223223
/**
224224
* Test that deterministic ordering doesn't add ID when ID is already present.
225225
*
226-
* @ticket 44349
226+
* @ticket xxxxx
227227
*/
228228
public function test_deterministic_ordering_does_not_duplicate_id() {
229229
$identical_date = '2023-01-01 10:00:00';
@@ -254,7 +254,7 @@ public function test_deterministic_ordering_does_not_duplicate_id() {
254254
/**
255255
* Test that deterministic ordering works with search queries.
256256
*
257-
* @ticket 44349
257+
* @ticket xxxxx
258258
*/
259259
public function test_deterministic_ordering_with_search() {
260260
$identical_date = '2023-01-01 10:00:00';

0 commit comments

Comments
 (0)