WooTrain/wootrain/tests/test-sample.php

21 lines
285 B
PHP

<?php
/**
* Class SampleTest
*
* @package Wootrain
*/
/**
* 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 );
}
}