Merge pull request woocommerce/woocommerce-admin#642 from woocommerce/fix/linting-error-in-test-sample

Fix linting errors in tests/test-sample.php
This commit is contained in:
Claudio Sanches 2018-10-23 14:09:04 -03:00 committed by GitHub
commit 645799c1a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}