You appear to be a bot. Output may be restricted
Description
Usage
Tests_Category_WpListCategories::test_hide_title_if_empty_should_be_respected_for_empty_lists_when_false();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/category/wpListCategories.php
Lines:
1 to 11 of 11
public function test_hide_title_if_empty_should_be_respected_for_empty_lists_when_false() { $found = wp_list_categories( array( 'echo' => false, 'hide_title_if_empty' => false, ) ); $this->assertContains( '<li class="categories">Categories', $found ); }