Build/Test Tools: Only perform an assertion for deprecated calls and wrongdoings if any are expected.

This avoids masking risky tests that don't otherwise perform an assertion.

See #40538

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


git-svn-id: http://core.svn.wordpress.org/trunk@40417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-04-23 21:29:43 +00:00
parent 2e6e53d26f
commit 0ec1f5aadf

View File

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