You appear to be a bot. Output may be restricted
Description
Usage
Tests_Template::test_404_template_hierarchy();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/template.php
Lines:
1 to 15 of 15
public function test_404_template_hierarchy() { $url = add_query_arg( array( 'p' => '-1', ), home_url() ); $this->assertTemplateHierarchy( $url, array( '404.php', ) ); }