From 8e46a78a2fa4bd8b071edafba0fad47b5db811fb Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Tue, 23 Oct 2018 09:57:45 -0400 Subject: [PATCH] Fix linting errors in tests/test-sample.php --- plugins/woocommerce-admin/tests/test-sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/tests/test-sample.php b/plugins/woocommerce-admin/tests/test-sample.php index 20bb293765b..ca2263c77fb 100755 --- a/plugins/woocommerce-admin/tests/test-sample.php +++ b/plugins/woocommerce-admin/tests/test-sample.php @@ -13,7 +13,7 @@ class SampleTest extends WP_UnitTestCase { /** * A single example test. */ - function test_sample() { + public function test_sample() { // Replace this with some actual testing code. $this->assertTrue( true ); }