diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-08-03 07:05:10 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-08-03 07:05:10 +0200 |
commit | 4cf922258a87eeb7edc592b45b21c6cf67b9bc5a (patch) | |
tree | 17875d8a0747a0dd1b914856fc4e9df08b3b73de /Test | |
parent | 11c5be9916ee46690507cb004053a3773e699436 (diff) | |
download | Ustring-4cf922258a87eeb7edc592b45b21c6cf67b9bc5a.zip Ustring-4cf922258a87eeb7edc592b45b21c6cf67b9bc5a.tar.gz Ustring-4cf922258a87eeb7edc592b45b21c6cf67b9bc5a.tar.bz2 |
Fix CS.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Unit/Issue.php | 2 | ||||
-rw-r--r-- | Test/Unit/Search.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Test/Unit/Issue.php b/Test/Unit/Issue.php index 34b3db6..4ede6d1 100644 --- a/Test/Unit/Issue.php +++ b/Test/Unit/Issue.php @@ -36,8 +36,8 @@ namespace Hoa\Ustring\Test\Unit; -use Hoa\Ustring as LUT; use Hoa\Test; +use Hoa\Ustring as LUT; /** * Class \Hoa\Ustring\Test\Unit\Issue. diff --git a/Test/Unit/Search.php b/Test/Unit/Search.php index 7f5ab53..7cff5a1 100644 --- a/Test/Unit/Search.php +++ b/Test/Unit/Search.php @@ -36,8 +36,8 @@ namespace Hoa\Ustring\Test\Unit; -use Hoa\Ustring as LUT; use Hoa\Test; +use Hoa\Ustring as LUT; /** * Class \Hoa\Ustring\Test\Unit\Search. |