Tests: Make sure that test_wp_mail_break_it() makes an assertion.

Let's make what is possibly the oddest test in WordPress even a bit odder.

See https://core.trac.wordpress.org/ticket/28909#comment:47 for backstory on
the test.

See #36016.
Built from https://develop.svn.wordpress.org/trunk@36786


git-svn-id: http://core.svn.wordpress.org/trunk@36753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-02-29 22:05:26 +00:00
parent dadda0794e
commit 32ee9cc085

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36785';
$wp_version = '4.5-beta1-36786';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.