todo/tests/Unit/ExampleTest.php
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +07:00

19 lines
255 B
PHP
Executable File

<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}