You appear to be a bot. Output may be restricted
Description
Usage
Tests_Admin_wpCommentsListTable::test_filter_button_should_not_be_shown_if_there_are_no_comments();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/admin/wpCommentsListTable.php
Lines:
1 to 8 of 8
public function test_filter_button_should_not_be_shown_if_there_are_no_comments() { ob_start(); $this->table->extra_tablenav( 'top' ); $output = ob_get_clean(); $this->assertStringNotContainsString( 'id="post-query-submit"', $output ); }