feat: finalize i18n everywhere (monicahq/chandler#479)

This commit is contained in:
Mazarin
2023-05-05 10:07:16 +02:00
committed by GitHub
parent d6bddda44d
commit 1cbf2538e8
318 changed files with 10909 additions and 4680 deletions
@@ -4,6 +4,7 @@ namespace Tests\Unit\Actions;
use App\Actions\AttemptToAuthenticateWebauthn;
use App\Models\User;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException;
use LaravelWebauthn\Facades\Webauthn;
@@ -11,6 +12,8 @@ use Tests\TestCase;
class AttemptToAuthenticateWebauthnTest extends TestCase
{
use DatabaseTransactions;
/**
* @test
*/