Update `Tests_Admin_includesPlugin::test_menu_page_url()` after [33858].

See #23605.

git-svn-id: https://develop.svn.wordpress.org/trunk@33906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-09-05 14:15:51 +00:00
parent b09823a1d3
commit b0d3f5922e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Tests_Admin_includesPlugin extends WP_UnitTestCase {
$expected['sub-page'] = 'http://example.com/wp-admin/admin.php?page=sub-page';
$expected['sub-page2'] = 'http://example.com/wp-admin/admin.php?page=sub-page2';
$expected['not_registered'] = '';
$expected['With Spaces'] = 'http://example.com/wp-admin/themes.php?page=WithSpaces';
$expected['With Spaces'] = 'http://example.com/wp-admin/themes.php?page=With%20Spaces';
$expected['testpages'] = 'http://example.com/wp-admin/edit.php?post_type=page&page=testpages';
foreach ($expected as $name => $value) {