first commit

This commit is contained in:
2024-12-27 16:50:09 +07:00
commit 50972774c7
89 changed files with 11319 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_example()
{
$this->assertTrue(true);
}
}