scaffold-command/templates/plugin-test-sample.mustache
2018-02-18 16:26:13 +07:00

20 lines
295 B
Text

<?php
/**
* Class SampleTest
*
* @package {{plugin_package}}
*/
/**
* Sample test case.
*/
class SampleTest extends WP_UnitTestCase {
/**
* A single example test.
*/
public function test_sample() {
// Replace this with some actual testing code.
$this->assertTrue( true );
}
}