add unit testing
This commit is contained in:
parent
5d5f3d07eb
commit
ec84f3d91b
8 changed files with 324 additions and 0 deletions
8
tests/test-wpsample.php
Normal file
8
tests/test-wpsample.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
# all tests with WP integration
|
||||
class SampleTest extends WP_UnitTestCase {
|
||||
function test_sample() {
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue