From cbf5346a4e9b9aeea8f1f534a2b01d593c6ed545 Mon Sep 17 00:00:00 2001 From: avag Date: Wed, 12 Jun 2019 16:50:19 +0400 Subject: [PATCH] Fix unit tests errors --- tests/php/WordPressExternalConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/WordPressExternalConnectionTest.php b/tests/php/WordPressExternalConnectionTest.php index fecf5e4f7..f8c80c6e8 100644 --- a/tests/php/WordPressExternalConnectionTest.php +++ b/tests/php/WordPressExternalConnectionTest.php @@ -141,7 +141,7 @@ public function test_push() { \WP_Mock::userFunction( 'remove_filter', [ - 'times' => 1, + 'times' => 4, ] );