Skip to content

Commit

Permalink
support scope for test helper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
arandilopez committed Sep 27, 2017
1 parent df0af9a commit 9c96e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ProfaneValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use LaravelProfane\ProfaneValidator;
use LaravelProfaneTests\TestCase;
use LaravelProfaneTests\ProfaneValidatorBuilder;
use LaravelProfaneTests\Support\ProfaneValidatorBuilder;

class ProfaneValidatorTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace LaravelProfaneTests;
namespace LaravelProfaneTests\Support;

use LaravelProfane\ProfaneValidator;

Expand Down

0 comments on commit 9c96e13

Please sign in to comment.