You appear to be a bot. Output may be restricted
Description
Usage
Tests_General_wpGetDocumentTitle::test_404_title();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/general/wpGetDocumentTitle.php
Lines:
1 to 6 of 6
public function test_404_title() { $this->go_to( '?m=404' ); $this->assertSame( sprintf( 'Page not found – %s', $this->blog_name ), wp_get_document_title() ); }