diff options
Diffstat (limited to 'tests/functional/test_loop')
-rw-r--r-- | tests/functional/test_loop/Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_loop/Test.php b/tests/functional/test_loop/Test.php index 05a76d7..f0b8df7 100644 --- a/tests/functional/test_loop/Test.php +++ b/tests/functional/test_loop/Test.php @@ -2,7 +2,7 @@ namespace tests\functional\test_loop; -use kch42\ste\STECore; +use r7r\ste\STECore; use tests\functional\BaseTest; class Test extends BaseTest |