scaffold-command/templates/plugin-test-sample.mustache
2017-03-10 12:57:05 -08:00

20 lines
288 B
Text

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