support scope for test helper classes
This commit is contained in:
parent
df0af9ad8e
commit
9c96e13339
|
|
@ -4,7 +4,7 @@ namespace LaravelProfaneTests;
|
|||
|
||||
use LaravelProfane\ProfaneValidator;
|
||||
use LaravelProfaneTests\TestCase;
|
||||
use LaravelProfaneTests\ProfaneValidatorBuilder;
|
||||
use LaravelProfaneTests\Support\ProfaneValidatorBuilder;
|
||||
|
||||
class ProfaneValidatorTest extends TestCase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace LaravelProfaneTests;
|
||||
namespace LaravelProfaneTests\Support;
|
||||
|
||||
use LaravelProfane\ProfaneValidator;
|
||||
|
||||
Loading…
Reference in New Issue