mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-01 03:58:07 +08:00
Create test-sample.php
This commit is contained in:
parent
6a6e5ec01a
commit
9e92564f7a
1 changed files with 20 additions and 0 deletions
20
tests/test-sample.php
Normal file
20
tests/test-sample.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Class SampleTest
|
||||
*
|
||||
* @package Mainwp_Child
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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 );
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue