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,