mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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