Fix linting errors in tests/test-sample.php
This commit is contained in:
parent
b757247c52
commit
8e46a78a2f
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue