From 0e8e778af989335cbad75260bf9d19aacaf8dd2c Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 1 Jun 2016 02:40:19 +0000 Subject: [PATCH] Tests: Fix an incorrect `@ticket` header introduced in [37601]. See #32405, #36917. git-svn-id: https://develop.svn.wordpress.org/trunk@37602 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/db.php b/tests/phpunit/tests/db.php index 62077b0c12..a876869346 100644 --- a/tests/phpunit/tests/db.php +++ b/tests/phpunit/tests/db.php @@ -1012,8 +1012,8 @@ class Tests_DB extends WP_UnitTestCase { } /** + * @ticket 32405 * @ticket 36917 - * @ticket 37522 */ function test_non_unicode_collations() { global $wpdb;