Split tests for `get_blog_id_from_url()`

Breaks the many assertions for `get_blog_id_from_url()` into individual tests.

See #30080

Built from https://develop.svn.wordpress.org/trunk@30719


git-svn-id: http://core.svn.wordpress.org/trunk@30709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2014-12-03 05:52:23 +00:00
parent 04c2e80c03
commit 31fa5cd4bc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30718';
$wp_version = '4.1-beta2-30719';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.