init tests
This commit is contained in:
parent
e131ad45ec
commit
814346437a
1 changed files with 13 additions and 0 deletions
13
tests/Unit/User/UserTest.php
Normal file
13
tests/Unit/User/UserTest.php
Normal 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);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue