crate file test for damage and fix update request and add 2 option in validation
This commit is contained in:
12
tests/Feature/V3/Damage/ActivateTest.php
Normal file
12
tests/Feature/V3/Damage/ActivateTest.php
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user