Fix linting errors in tests/test-sample.php

This commit is contained in:
Jonathan Belcher 2018-10-23 09:57:45 -04:00
parent b757247c52
commit 8e46a78a2f
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 );
}