Improve tests for `is_email_address_unsafe()`.

* Move to a separate file for better organization and method names.
* Use a `dataProvider` when appropriate, for better readability.
* Add a test for splitting the banned domain list on line breaks.

See #20459, #21730.
Built from https://develop.svn.wordpress.org/trunk@32638


git-svn-id: http://core.svn.wordpress.org/trunk@32608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-05-28 16:06:27 +00:00
parent d38fed6449
commit b1c2305aa1
1 changed files with 1 additions and 1 deletions

View File

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