crate file test for damage and fix update request and add 2 option in validation

This commit is contained in:
2025-02-22 17:10:14 +03:30
parent c85b826563
commit 32630f6400
8 changed files with 519 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace Tests\Feature\V3\Damage;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Tests\TestCase;
class ActivateTest extends TestCase
{
}