Refactor InformativeValidators to move the modules into Validators.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
use App\Models\Validation\Messages\Factories\CompanyInformativeValidatorByNameFactory;
|
||||
use App\Models\Validation\Validators\Informative\Factories\CompanyInformativeValidatorByNameFactory;
|
||||
|
||||
class CompanyInformativeValidatorByNameFactoryTest extends TestCase
|
||||
{
|
||||
+1
-1
@@ -4,7 +4,7 @@ namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
use App\Models\Validation\Messages\Factories\ItemInformativeValidatorByNameFactory;
|
||||
use App\Models\Validation\Validators\Informative\Factories\ItemInformativeValidatorByNameFactory;
|
||||
|
||||
class ItemInformativeValidatorByNameFactoryTest extends TestCase
|
||||
{
|
||||
Reference in New Issue
Block a user