From 99b8216888ffe56ef9d2a56c5d68d3d89248699f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Mar 2023 15:05:29 +0000 Subject: [PATCH] Tests: Add a `@ticket` reference for `wp_list_pages()` CSS classes test. Follow-up to [55588]. See #57841. git-svn-id: https://develop.svn.wordpress.org/trunk@55589 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/post/wpListPages.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/post/wpListPages.php b/tests/phpunit/tests/post/wpListPages.php index 5bd1b7c9dc..38ba729cee 100644 --- a/tests/phpunit/tests/post/wpListPages.php +++ b/tests/phpunit/tests/post/wpListPages.php @@ -449,6 +449,9 @@ class Tests_Post_wpListPages extends WP_UnitTestCase { $this->assertSame( $expected, wp_list_pages( $args ) ); } + /** + * @ticket 17590 + */ public function test_wp_list_pages_classes_with_hierarchical_cpt() { $args = array( 'echo' => false,