19 lines
266 B
PHP
19 lines
266 B
PHP
<?php
|
|
|
|
namespace Slovocast\Tests\Controller\User;
|
|
|
|
use Slovocast\Tests\TestCase;
|
|
|
|
class RegisterUserActionTest extends TestCase
|
|
{
|
|
public function testSuccessfulRegistration(): void
|
|
{
|
|
|
|
}
|
|
|
|
public function testFailingRegistration(): void
|
|
{
|
|
|
|
}
|
|
}
|