From dd611645771c271f1f680162398491bb23d1e67a Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 10 Nov 2014 14:49:24 +0000 Subject: [PATCH] Exclude external-http tests when running `phpunit`. The external-http tests are very slow, and `Wp_Http` functionality is fairly isolated, so the benefits of skipping these tests by default outweigh the risks. A `grunt phpunit:external-http` subtask has been added, to ensure that the tests are executed during exhaustive runs of the test suite, such as in continuous integration. Fixes #30304. Built from https://develop.svn.wordpress.org/trunk@30298 git-svn-id: http://core.svn.wordpress.org/trunk@30297 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 505a106eec..cb26be8263 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30297'; +$wp_version = '4.1-alpha-30298'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.