From 975d00bd54dec3d97646d6d053dec357e3d5da9f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 23 Apr 2017 11:46:42 +0000 Subject: [PATCH] Build/Test Tools: Move the `setExpectedException()` method into the `WP_Ajax_UnitTestCase` class to avoid a fatal error when PHPUnit 3.6 is in use. This needs more investigation but it gets the test suite on PHP 5.2 passing again. See #39822 Built from https://develop.svn.wordpress.org/trunk@40539 git-svn-id: http://core.svn.wordpress.org/trunk@40415 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index e89177fef9..d9262b2a30 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40538'; +$wp_version = '4.8-alpha-40539'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.