init tests

This commit is contained in:
Yisroel Baum 2025-09-26 13:51:54 +03:00
parent e131ad45ec
commit 814346437a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -0,0 +1,13 @@
<?php
namespace Tests\Unit\User;
use PHPUnit\Framework\TestCase;
class UserTest extends TestCase
{
public function test_login(): void
{
$this->assertTrue(false);
}
}