forked from mirrors/easyappointments
Added sample test case
This commit is contained in:
parent
d739528fd5
commit
3cd1e19066
1 changed files with 10 additions and 0 deletions
10
tests/SampleTest.php
Normal file
10
tests/SampleTest.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
class SampleTest extends TestCase {
|
||||||
|
public function test_example()
|
||||||
|
{
|
||||||
|
$this->assertTrue(TRUE);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue