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:
commit
645799c1a0
|
@ -13,7 +13,7 @@ class SampleTest extends WP_UnitTestCase {
|
||||||
/**
|
/**
|
||||||
* A single example test.
|
* A single example test.
|
||||||
*/
|
*/
|
||||||
function test_sample() {
|
public function test_sample() {
|
||||||
// Replace this with some actual testing code.
|
// Replace this with some actual testing code.
|
||||||
$this->assertTrue( true );
|
$this->assertTrue( true );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue