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
This commit is contained in:
Sergey Biryukov
2023-03-24 15:05:29 +00:00
parent 1de4538a38
commit 99b8216888

View File

@@ -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,