support scope for test helper classes

This commit is contained in:
Arandi Lopez 2017-09-27 17:39:50 -05:00
parent df0af9ad8e
commit 9c96e13339
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ namespace LaravelProfaneTests;
use LaravelProfane\ProfaneValidator;
use LaravelProfaneTests\TestCase;
use LaravelProfaneTests\ProfaneValidatorBuilder;
use LaravelProfaneTests\Support\ProfaneValidatorBuilder;
class ProfaneValidatorTest extends TestCase
{

View File

@ -1,6 +1,6 @@
<?php
namespace LaravelProfaneTests;
namespace LaravelProfaneTests\Support;
use LaravelProfane\ProfaneValidator;