We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f8689 commit 5a1fadeCopy full SHA for 5a1fade
1 file changed
tests/phpunit/tests/ai-client/wpAiClientCache.php
@@ -222,7 +222,7 @@ public function test_ttl_with_date_interval() {
222
/**
223
* Test that the cache group filter is respected.
224
*
225
- * @ticket 64591
+ * @ticket 65127
226
*/
227
public function test_cache_group_filter_is_respected() {
228
add_filter( 'wp_ai_client_cache_group', function( $group ) {
@@ -240,7 +240,7 @@ public function test_cache_group_filter_is_respected() {
240
241
* Test that a non-string cache group filter value is cast to string.
242
243
244
245
public function test_cache_group_filter_returns_non_string() {
246
0 commit comments