mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user