From e44154bf6eb4306db84baeaabc48affa6e7e20ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Soriano?= Date: Thu, 30 Jul 2020 16:17:05 +0200 Subject: [PATCH] Update tests/legacy/unit-tests/util/class-wc-tests-wc-query.php Fix small coding standards issue. Co-authored-by: Claudio Sanches --- tests/legacy/unit-tests/util/class-wc-tests-wc-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php b/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php index 9482797c4ab..bfe6025f23d 100644 --- a/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php +++ b/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php @@ -526,7 +526,7 @@ class WC_Tests_WC_Query extends WC_Unit_Test_Case { * @testdox adjust_posts should return the input unmodified if the posts do not represent products. */ public function test_adjust_posts_count_when_the_posts_are_not_products() { - list($sut, $products) = $this->setup_adjust_posts_test( true, true, 'page' ); + list( $sut, $products ) = $this->setup_adjust_posts_test( true, true, 'page' ); $products[0]->set_stock_status( 'outofstock' ); $products[0]->save();