Skip to content

Commit

Permalink
Rename tests/lib to tests/Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Nov 25, 2022
1 parent 0fba1e1 commit c7e9ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/InArrayValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use ipl\I18n\NoopTranslator;
use ipl\I18n\StaticTranslator;
use ipl\Tests\Validator\lib\InArrayValidatorWithPublicFindInvalid;
use ipl\Tests\Validator\Lib\InArrayValidatorWithPublicFindInvalid;
use ipl\Validator\InArrayValidator;

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

namespace ipl\Tests\Validator\lib;
namespace ipl\Tests\Validator\Lib;

use ipl\Validator\InArrayValidator;

Expand Down

0 comments on commit c7e9ae3

Please sign in to comment.