From 5863bd30a0a793c97d125809bed3b838ea0fccab Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 23 Sep 2019 18:11:15 +0000 Subject: [PATCH] Fix PHP coding standards after [46251]. git-svn-id: https://develop.svn.wordpress.org/trunk@46259 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/multisite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/multisite.php b/tests/phpunit/tests/multisite.php index 1f50d3ab4a..009c0d4e52 100644 --- a/tests/phpunit/tests/multisite.php +++ b/tests/phpunit/tests/multisite.php @@ -66,7 +66,7 @@ if ( is_multisite() ) : $counts = wp_count_sites(); $counts_by_status = array_map( 'count', $site_ids ); - $expected = array_merge( + $expected = array_merge( array( 'all' => array_sum( $counts_by_status ) ), $counts_by_status );