Tests: Run network option tests as single and multisite
The `_network_option()` functions are available to all and internally use `_option()` functions as a fallback. We should be testing for that scenario as well. Fixes #36552. Built from https://develop.svn.wordpress.org/trunk@37222 git-svn-id: http://core.svn.wordpress.org/trunk@37188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
76a6260353
commit
2cc9b6b410
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37221';
|
||||
$wp_version = '4.6-alpha-37222';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue