diff --git a/tests/ProfaneValidatorTest.php b/tests/ProfaneValidatorTest.php index e0eea94..97f7b05 100644 --- a/tests/ProfaneValidatorTest.php +++ b/tests/ProfaneValidatorTest.php @@ -4,7 +4,7 @@ use LaravelProfane\ProfaneValidator; use LaravelProfaneTests\TestCase; -use LaravelProfaneTests\ProfaneValidatorBuilder; +use LaravelProfaneTests\Support\ProfaneValidatorBuilder; class ProfaneValidatorTest extends TestCase { diff --git a/tests/ProfaneValidatorBuilder.php b/tests/Support/ProfaneValidatorBuilder.php similarity index 96% rename from tests/ProfaneValidatorBuilder.php rename to tests/Support/ProfaneValidatorBuilder.php index 299a5d3..f7bf94d 100644 --- a/tests/ProfaneValidatorBuilder.php +++ b/tests/Support/ProfaneValidatorBuilder.php @@ -1,6 +1,6 @@