From dce4e7c21ae33eece9c1fbc99f198cffc32f407d Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Sun, 27 Nov 2016 19:37:20 +0100 Subject: [PATCH] Fix misnamed test class --- tests/unit-tests/log/log-handler-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests/log/log-handler-db.php b/tests/unit-tests/log/log-handler-db.php index 463f8b12f2b..79716b8541f 100644 --- a/tests/unit-tests/log/log-handler-db.php +++ b/tests/unit-tests/log/log-handler-db.php @@ -13,7 +13,7 @@ if ( ! class_exists( 'WC_Log_Handler_DB' ) ) { ); } -class WC_Tests_Log_Handler_File extends WC_Unit_Test_Case { +class WC_Tests_Log_Handler_DB extends WC_Unit_Test_Case { public function tearDown() { WC_Log_Handler_DB::flush();