From 017fb79ec49cbb0d3738b1adc674e5155045af58 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 9 Jul 2022 14:54:22 -0700 Subject: [PATCH] Test coverage --- tests/inc/class-test-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inc/class-test-plugin.php b/tests/inc/class-test-plugin.php index 7dd0de8..2655d1a 100755 --- a/tests/inc/class-test-plugin.php +++ b/tests/inc/class-test-plugin.php @@ -26,7 +26,7 @@ class Test_Plugin extends WP_UnitTestCase { public function tear_down() { parent::tear_down(); - $this->_invoke_method( 0, 'flush_redis_db' ); +// $this->_invoke_method( 0, 'flush_redis_db' ); } /** -- GitLab