Use a dataProvider for network option sanitization tests.

Cleans up tests for sanitization of `illegal_names`, `illegal_email_domains`, and `banned_email_domains` network options.

Fixes #32517.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-05-28 06:38:25 +00:00
parent 6df83c542b
commit f1ff34e547

View File

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