Initial commit
This commit is contained in:
20
tests/class-test-sample.php
Normal file
20
tests/class-test-sample.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Class Test_Sample
|
||||
*
|
||||
* @package My_Plugin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Sample test case.
|
||||
*/
|
||||
class Test_Sample extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* A single example test.
|
||||
*/
|
||||
function test_example() {
|
||||
// Replace this with some actual testing code.
|
||||
$this->assertTrue( class_exists( 'My_Plugin' ) );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user