Tests: Improve tests for get_page_by_path().

* Move existing test into its own file.
* Add tests that cover most pieces of functionality.

See #36711.
Built from https://develop.svn.wordpress.org/trunk@37478


git-svn-id: http://core.svn.wordpress.org/trunk@37446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-05-21 02:41:27 +00:00
parent 2dd1e72f10
commit c5c80b064d

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37477';
$wp_version = '4.6-alpha-37478';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.