summaryrefslogtreecommitdiff
path: root/tests/functional/BaseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/BaseTest.php')
-rw-r--r--tests/functional/BaseTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/BaseTest.php b/tests/functional/BaseTest.php
index ce045fb..3450600 100644
--- a/tests/functional/BaseTest.php
+++ b/tests/functional/BaseTest.php
@@ -4,7 +4,7 @@
namespace tests\functional;
use PHPUnit\Framework\TestCase;
-use kch42\ste\STECore;
+use r7r\ste\STECore;
abstract class BaseTest extends TestCase
{