Unit Tests: Remove an unused parameter from Tests_Ajax_DimComment::test_with_bad_id().

Prevents a "too few arguments" error in PHP 7.1.0.

Fixes #37271.
Built from https://develop.svn.wordpress.org/trunk@37950


git-svn-id: http://core.svn.wordpress.org/trunk@37891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-07-04 19:08:28 +00:00
parent 6edb48dd57
commit c95e87bd34

View File

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